class
Amazonite::Ssm::AssociationOverview
- Amazonite::Ssm::AssociationOverview
- Reference
- Object
Overview
Information about the association.
Included Modules
- JSON::Serializable
Defined in:
ssm/association_overview.crConstructors
- .new(pull : JSON::PullParser)
- .new(status : String | Nil = nil, detailed_status : String | Nil = nil, 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. -
#association_status_aggregated_count : Hash(String, Int32) | Nil
Returns the number of targets for the association status.
-
#association_status_aggregated_count=(association_status_aggregated_count : Hash(String, Int32) | Nil)
Returns the number of targets for the association status.
-
#detailed_status : String | Nil
A detailed status of the association.
-
#detailed_status=(detailed_status : String | Nil)
A detailed status of the association.
-
#hash(hasher)
See
Object#hash(hasher) -
#status : String | Nil
The status of the association.
-
#status=(status : String | Nil)
The status of the association.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Returns the number of targets for the association status. For example, if you created an association with two managed nodes, and one of them was successful, this would return the count of managed nodes by status.
Returns the number of targets for the association status. For example, if you created an association with two managed nodes, and one of them was successful, this would return the count of managed nodes by status.
The status of the association. Status can be: Pending, Success, or Failed.
The status of the association. Status can be: Pending, Success, or Failed.