class
Amazonite::Ssm::CancelCommandRequest
- Amazonite::Ssm::CancelCommandRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/cancel_command_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#command_id : String
The ID of the command you want to cancel.
-
#command_id=(command_id : String)
The ID of the command you want to cancel.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_ids : Array(String) | Nil
(Optional) A list of managed node IDs on which you want to cancel the command.
-
#instance_ids=(instance_ids : Array(String) | Nil)
(Optional) A list of managed node IDs on which you want to cancel the command.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def instance_ids : Array(String) | Nil
#
(Optional) A list of managed node IDs on which you want to cancel the command. If not provided, the command is canceled on every node on which it was requested.
def instance_ids=(instance_ids : Array(String) | Nil)
#
(Optional) A list of managed node IDs on which you want to cancel the command. If not provided, the command is canceled on every node on which it was requested.