class
Amazonite::Ssm::InstanceAssociation
- Amazonite::Ssm::InstanceAssociation
- Reference
- Object
Overview
One or more association documents on the managed node.
Included Modules
- JSON::Serializable
Defined in:
ssm/instance_association.crConstructors
- .new(pull : JSON::PullParser)
- .new(association_id : String | Nil = nil, instance_id : String | Nil = nil, content : String | Nil = nil, association_version : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#association_id : String | Nil
The association ID.
-
#association_id=(association_id : String | Nil)
The association ID.
-
#association_version : String | Nil
Version information for the association on the managed node.
-
#association_version=(association_version : String | Nil)
Version information for the association on the managed node.
-
#content : String | Nil
The content of the association document for the managed nodes.
-
#content=(content : String | Nil)
The content of the association document for the managed nodes.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_id : String | Nil
The managed node ID.
-
#instance_id=(instance_id : String | Nil)
The managed node ID.
- #validate! : Nil
Constructor Detail
def self.new(association_id : String | Nil = nil, instance_id : String | Nil = nil, content : String | Nil = nil, association_version : String | 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 association_version : String | Nil
#
Version information for the association on the managed node.
def association_version=(association_version : String | Nil)
#
Version information for the association on the managed node.
def content=(content : String | Nil)
#
The content of the association document for the managed nodes.