class
Amazonite::Ssm::UpdateAssociationStatusRequest
- Amazonite::Ssm::UpdateAssociationStatusRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_association_status_request.crConstructors
- .new(name : String, instance_id : String, association_status : AssociationStatus)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#association_status : AssociationStatus
The association status.
-
#association_status=(association_status : AssociationStatus)
The association status.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_id : String
The managed node ID.
-
#instance_id=(instance_id : String)
The managed node ID.
-
#name : String
The name of the SSM document.
-
#name=(name : String)
The name of the SSM document.
- #validate! : Nil
Constructor Detail
def self.new(name : String, instance_id : String, association_status : AssociationStatus)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.