class
Amazonite::Ssm::InstanceAggregatedAssociationOverview
- Amazonite::Ssm::InstanceAggregatedAssociationOverview
- Reference
- Object
Overview
Status information about the aggregated associations.
Included Modules
- JSON::Serializable
Defined in:
ssm/instance_aggregated_association_overview.crConstructors
- .new(pull : JSON::PullParser)
- .new(detailed_status : String | Nil = nil, instance_association_status_aggregated_count : Hash(String, Int32) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#detailed_status : String | Nil
Detailed status information about the aggregated associations.
-
#detailed_status=(detailed_status : String | Nil)
Detailed status information about the aggregated associations.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_association_status_aggregated_count : Hash(String, Int32) | Nil
The number of associations for the managed nodes.
-
#instance_association_status_aggregated_count=(instance_association_status_aggregated_count : Hash(String, Int32) | Nil)
The number of associations for the managed nodes.
- #validate! : Nil
Constructor Detail
def self.new(detailed_status : String | Nil = nil, instance_association_status_aggregated_count : Hash(String, Int32) | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def detailed_status=(detailed_status : String | Nil)
#
Detailed status information about the aggregated associations.
def instance_association_status_aggregated_count : Hash(String, Int32) | Nil
#
The number of associations for the managed nodes.
def instance_association_status_aggregated_count=(instance_association_status_aggregated_count : Hash(String, Int32) | Nil)
#
The number of associations for the managed nodes.