Class: Aws::Types::GetCapacityTaskOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id ⇒ ::String

Returns the value of attribute asset_id.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def asset_id
  @asset_id
end

#capacity_task_id ⇒ ::String

Returns the value of attribute capacity_task_id.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def capacity_task_id
  @capacity_task_id
end

#capacity_task_status ⇒ "REQUESTED", ...

Returns the value of attribute capacity_task_status.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def capacity_task_status
  @capacity_task_status
end

#completion_date ⇒ ::Time

Returns the value of attribute completion_date.

Returns:



303
304
305
# File 'sig/types.rbs', line 303

def completion_date
  @completion_date
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def creation_date
  @creation_date
end

#dry_run ⇒ Boolean

Returns the value of attribute dry_run.

Returns:



299
300
301
# File 'sig/types.rbs', line 299

def dry_run
  @dry_run
end

#failed ⇒ Types::CapacityTaskFailure

Returns the value of attribute failed.

Returns:



301
302
303
# File 'sig/types.rbs', line 301

def failed
  @failed
end

#instances_to_exclude ⇒ Types::InstancesToExclude

Returns the value of attribute instances_to_exclude.

Returns:



298
299
300
# File 'sig/types.rbs', line 298

def instances_to_exclude
  @instances_to_exclude
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:



304
305
306
# File 'sig/types.rbs', line 304

def last_modified_date
  @last_modified_date
end

#order_id ⇒ ::String

Returns the value of attribute order_id.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def order_id
  @order_id
end

#outpost_id ⇒ ::String

Returns the value of attribute outpost_id.

Returns:



294
295
296
# File 'sig/types.rbs', line 294

def outpost_id
  @outpost_id
end

#requested_instance_pools ⇒ ::Array[Types::InstanceTypeCapacity]

Returns the value of attribute requested_instance_pools.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

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.

Returns:



305
306
307
# File 'sig/types.rbs', line 305

def task_action_on_blocking_instances
  @task_action_on_blocking_instances
end