class Amazonite::SsmV1::AssociationOverview

Included Modules

Defined in:

ssm_v1/association_overview.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(status : String | Nil = nil, detailed_status : String | Nil = nil, association_status_aggregated_count : Hash(String, Int32) | Nil = nil) #

[View source]

Instance Method Detail

def association_status_aggregated_count : Hash(String, Int32) | Nil #

[View source]
def association_status_aggregated_count=(association_status_aggregated_count : Hash(String, Int32) | Nil) #

[View source]
def detailed_status : String | Nil #

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

[View source]
def status : String | Nil #

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

[View source]