Module: Aws::Outposts::Client::_GetCapacityTaskResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetCapacityTaskOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#asset_id ⇒ ::String

Returns:

  • (::String)


257
# File 'sig/client.rbs', line 257

def asset_id: () -> ::String

#capacity_task_id ⇒ ::String

Returns:

  • (::String)


254
# File 'sig/client.rbs', line 254

def capacity_task_id: () -> ::String

#capacity_task_status ⇒ "REQUESTED", ...

Returns:

  • ("REQUESTED", "IN_PROGRESS", "FAILED", "COMPLETED", "WAITING_FOR_EVACUATION", "CANCELLATION_IN_PROGRESS", "CANCELLED")


261
# File 'sig/client.rbs', line 261

def capacity_task_status: () -> ("REQUESTED" | "IN_PROGRESS" | "FAILED" | "COMPLETED" | "WAITING_FOR_EVACUATION" | "CANCELLATION_IN_PROGRESS" | "CANCELLED")

#completion_date ⇒ ::Time

Returns:

  • (::Time)


264
# File 'sig/client.rbs', line 264

def completion_date: () -> ::Time

#creation_date ⇒ ::Time

Returns:

  • (::Time)


263
# File 'sig/client.rbs', line 263

def creation_date: () -> ::Time

#dry_run ⇒ Boolean

Returns:

  • (Boolean)


260
# File 'sig/client.rbs', line 260

def dry_run: () -> bool

#failed ⇒ Types::CapacityTaskFailure



262
# File 'sig/client.rbs', line 262

def failed: () -> Types::CapacityTaskFailure

#instances_to_exclude ⇒ Types::InstancesToExclude



259
# File 'sig/client.rbs', line 259

def instances_to_exclude: () -> Types::InstancesToExclude

#last_modified_date ⇒ ::Time

Returns:

  • (::Time)


265
# File 'sig/client.rbs', line 265

def last_modified_date: () -> ::Time

#order_id ⇒ ::String

Returns:

  • (::String)


256
# File 'sig/client.rbs', line 256

def order_id: () -> ::String

#outpost_id ⇒ ::String

Returns:

  • (::String)


255
# File 'sig/client.rbs', line 255

def outpost_id: () -> ::String

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

Returns:



258
# File 'sig/client.rbs', line 258

def requested_instance_pools: () -> ::Array[Types::InstanceTypeCapacity]

#task_action_on_blocking_instances ⇒ "WAIT_FOR_EVACUATION", "FAIL_TASK"

Returns:

  • ("WAIT_FOR_EVACUATION", "FAIL_TASK")


266
# File 'sig/client.rbs', line 266

def task_action_on_blocking_instances: () -> ("WAIT_FOR_EVACUATION" | "FAIL_TASK")