class Amazonite::SsmV1::FailureDetails

Included Modules

Defined in:

ssm_v1/failure_details.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(failure_stage : String | Nil = nil, failure_type : String | Nil = nil, details : Hash(String, Array(String)) | Nil = nil) #

[View source]

Instance Method Detail

def details : Hash(String, Array(String)) | Nil #

[View source]
def details=(details : Hash(String, Array(String)) | Nil) #

[View source]
def failure_stage : String | Nil #

[View source]
def failure_stage=(failure_stage : String | Nil) #

[View source]
def failure_type : String | Nil #

[View source]
def failure_type=(failure_type : String | Nil) #

[View source]