Class: Aws::Types::CancelCapacityTaskInput
- Inherits:
-
Object
- Object
- Aws::Types::CancelCapacityTaskInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_task_id ⇒ ::String
Returns the value of attribute capacity_task_id.
-
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
Instance Attribute Details
#capacity_task_id ⇒ ::String
Returns the value of attribute capacity_task_id.
68 69 70 |
# File 'sig/types.rbs', line 68 def capacity_task_id @capacity_task_id end |
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
69 70 71 |
# File 'sig/types.rbs', line 69 def outpost_identifier @outpost_identifier end |