class
Amazonite::Ssm::DescribeAssociationRequest
- Amazonite::Ssm::DescribeAssociationRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_association_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, instance_id : String | Nil = nil, association_id : String | Nil = nil, association_version : String | 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_id : String | Nil
The association ID for which you want information.
-
#association_id=(association_id : String | Nil)
The association ID for which you want information.
-
#association_version : String | Nil
Specify the association version to retrieve.
-
#association_version=(association_version : String | Nil)
Specify the association version to retrieve.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_id : String | Nil
The managed node ID.
-
#instance_id=(instance_id : String | Nil)
The managed node ID.
-
#name : String | Nil
The name of the SSM document.
-
#name=(name : String | Nil)
The name of the SSM document.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The association ID for which you want information.
Specify the association version to retrieve. To view the latest version, either specify
$LATEST for this parameter, or omit this parameter. To view a list of all associations for a
managed node, use ListAssociations. To get a list of versions for a specific association, use
ListAssociationVersions.
Specify the association version to retrieve. To view the latest version, either specify
$LATEST for this parameter, or omit this parameter. To view a list of all associations for a
managed node, use ListAssociations. To get a list of versions for a specific association, use
ListAssociationVersions.