Class: Aws::Types::StartCapacityTaskInput
- Inherits:
-
Object
- Object
- Aws::Types::StartCapacityTaskInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_pools ⇒ ::Array[Types::InstanceTypeCapacity]
Returns the value of attribute instance_pools.
-
#instances_to_exclude ⇒ Types::InstancesToExclude
Returns the value of attribute instances_to_exclude.
-
#order_id ⇒ ::String
Returns the value of attribute order_id.
-
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
-
#task_action_on_blocking_instances ⇒ "WAIT_FOR_EVACUATION", "FAIL_TASK"
Returns the value of attribute task_action_on_blocking_instances.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
824 825 826 |
# File 'sig/types.rbs', line 824 def asset_id @asset_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
827 828 829 |
# File 'sig/types.rbs', line 827 def dry_run @dry_run end |
#instance_pools ⇒ ::Array[Types::InstanceTypeCapacity]
Returns the value of attribute instance_pools.
825 826 827 |
# File 'sig/types.rbs', line 825 def instance_pools @instance_pools end |
#instances_to_exclude ⇒ Types::InstancesToExclude
Returns the value of attribute instances_to_exclude.
826 827 828 |
# File 'sig/types.rbs', line 826 def instances_to_exclude @instances_to_exclude end |
#order_id ⇒ ::String
Returns the value of attribute order_id.
823 824 825 |
# File 'sig/types.rbs', line 823 def order_id @order_id end |
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
822 823 824 |
# File 'sig/types.rbs', line 822 def outpost_identifier @outpost_identifier end |
#task_action_on_blocking_instances ⇒ "WAIT_FOR_EVACUATION", "FAIL_TASK"
Returns the value of attribute task_action_on_blocking_instances.
828 829 830 |
# File 'sig/types.rbs', line 828 def task_action_on_blocking_instances @task_action_on_blocking_instances end |