Class: Aws::Types::StartCapacityTaskOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartCapacityTaskOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#capacity_task_id ⇒ ::String
Returns the value of attribute capacity_task_id.
-
#capacity_task_status ⇒ "REQUESTED", ...
Returns the value of attribute capacity_task_status.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#failed ⇒ Types::CapacityTaskFailure
Returns the value of attribute failed.
-
#instances_to_exclude ⇒ Types::InstancesToExclude
Returns the value of attribute instances_to_exclude.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#order_id ⇒ ::String
Returns the value of attribute order_id.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#requested_instance_pools ⇒ ::Array[Types::InstanceTypeCapacity]
Returns the value of attribute requested_instance_pools.
-
#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.
866 867 868 |
# File 'sig/types.rbs', line 866 def asset_id @asset_id end |
#capacity_task_id ⇒ ::String
Returns the value of attribute capacity_task_id.
863 864 865 |
# File 'sig/types.rbs', line 863 def capacity_task_id @capacity_task_id end |
#capacity_task_status ⇒ "REQUESTED", ...
Returns the value of attribute capacity_task_status.
870 871 872 |
# File 'sig/types.rbs', line 870 def capacity_task_status @capacity_task_status end |
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
873 874 875 |
# File 'sig/types.rbs', line 873 def completion_date @completion_date end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
872 873 874 |
# File 'sig/types.rbs', line 872 def creation_date @creation_date end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
869 870 871 |
# File 'sig/types.rbs', line 869 def dry_run @dry_run end |
#failed ⇒ Types::CapacityTaskFailure
Returns the value of attribute failed.
871 872 873 |
# File 'sig/types.rbs', line 871 def failed @failed end |
#instances_to_exclude ⇒ Types::InstancesToExclude
Returns the value of attribute instances_to_exclude.
868 869 870 |
# File 'sig/types.rbs', line 868 def instances_to_exclude @instances_to_exclude end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
874 875 876 |
# File 'sig/types.rbs', line 874 def last_modified_date @last_modified_date end |
#order_id ⇒ ::String
Returns the value of attribute order_id.
865 866 867 |
# File 'sig/types.rbs', line 865 def order_id @order_id end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
864 865 866 |
# File 'sig/types.rbs', line 864 def outpost_id @outpost_id end |
#requested_instance_pools ⇒ ::Array[Types::InstanceTypeCapacity]
Returns the value of attribute requested_instance_pools.
867 868 869 |
# File 'sig/types.rbs', line 867 def requested_instance_pools @requested_instance_pools end |
#task_action_on_blocking_instances ⇒ "WAIT_FOR_EVACUATION", "FAIL_TASK"
Returns the value of attribute task_action_on_blocking_instances.
875 876 877 |
# File 'sig/types.rbs', line 875 def task_action_on_blocking_instances @task_action_on_blocking_instances end |