Class: Aws::Types::StartCapacityTaskOutput

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:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def asset_id
  @asset_id
end

#capacity_task_id::String

Returns the value of attribute capacity_task_id.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def capacity_task_id
  @capacity_task_id
end

#capacity_task_status"REQUESTED", ...

Returns the value of attribute capacity_task_status.

Returns:

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


840
841
842
# File 'sig/types.rbs', line 840

def capacity_task_status
  @capacity_task_status
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


843
844
845
# File 'sig/types.rbs', line 843

def completion_date
  @completion_date
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


842
843
844
# File 'sig/types.rbs', line 842

def creation_date
  @creation_date
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


839
840
841
# File 'sig/types.rbs', line 839

def dry_run
  @dry_run
end

#failedTypes::CapacityTaskFailure

Returns the value of attribute failed.



841
842
843
# File 'sig/types.rbs', line 841

def failed
  @failed
end

#instances_to_excludeTypes::InstancesToExclude

Returns the value of attribute instances_to_exclude.



838
839
840
# File 'sig/types.rbs', line 838

def instances_to_exclude
  @instances_to_exclude
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


844
845
846
# File 'sig/types.rbs', line 844

def last_modified_date
  @last_modified_date
end

#order_id::String

Returns the value of attribute order_id.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def order_id
  @order_id
end

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def outpost_id
  @outpost_id
end

#requested_instance_pools::Array[Types::InstanceTypeCapacity]

Returns the value of attribute requested_instance_pools.

Returns:



837
838
839
# File 'sig/types.rbs', line 837

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:

  • ("WAIT_FOR_EVACUATION", "FAIL_TASK")


845
846
847
# File 'sig/types.rbs', line 845

def task_action_on_blocking_instances
  @task_action_on_blocking_instances
end