class
Amazonite::Ssm::DeleteAssociationRequest
- Amazonite::Ssm::DeleteAssociationRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/delete_association_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, instance_id : String | Nil = nil, association_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#association_id : String | Nil
The association ID that you want to delete.
-
#association_id=(association_id : String | Nil)
The association ID that you want to delete.
-
#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 managed node ID.
InstanceId has been deprecated. To specify a managed node ID for an association, use the
Targets parameter. Requests that include the parameter InstanceID with Systems Manager
documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you
use the parameter InstanceId, you can't use the parameters AssociationName,
DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To
use these parameters, you must use the Targets parameter.
The managed node ID.
InstanceId has been deprecated. To specify a managed node ID for an association, use the
Targets parameter. Requests that include the parameter InstanceID with Systems Manager
documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you
use the parameter InstanceId, you can't use the parameters AssociationName,
DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To
use these parameters, you must use the Targets parameter.