class Amazonite::SsmV1::AssociationExecutionTarget

Included Modules

Defined in:

ssm_v1/association_execution_target.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(association_id : String | Nil = nil, association_version : String | Nil = nil, execution_id : String | Nil = nil, resource_id : String | Nil = nil, resource_type : String | Nil = nil, status : String | Nil = nil, detailed_status : String | Nil = nil, last_execution_date : Time | Nil = nil, output_source : OutputSource | Nil = nil) #

[View source]

Instance Method Detail

def association_id : String | Nil #

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

[View source]
def association_version : String | Nil #

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

[View source]
def detailed_status : String | Nil #

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

[View source]
def execution_id : String | Nil #

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

[View source]
def last_execution_date : Time | Nil #

[View source]
def last_execution_date=(last_execution_date : Time | Nil) #

[View source]
def output_source : OutputSource | Nil #

[View source]
def output_source=(output_source : OutputSource | Nil) #

[View source]
def resource_id : String | Nil #

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

[View source]
def resource_type : String | Nil #

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

[View source]
def status : String | Nil #

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

[View source]