Class: Aws::Types::CancelCommandRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelCommandRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_id ⇒ ::String
Returns the value of attribute command_id.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
Instance Attribute Details
#command_id ⇒ ::String
Returns the value of attribute command_id.
423 424 425 |
# File 'sig/types.rbs', line 423 def command_id @command_id end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
424 425 426 |
# File 'sig/types.rbs', line 424 def instance_ids @instance_ids end |