Class: Aws::Types::StartCapacityTaskInput

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)


857
858
859
# File 'sig/types.rbs', line 857

def asset_id
  @asset_id
end

#dry_run ⇒ Boolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


860
861
862
# File 'sig/types.rbs', line 860

def dry_run
  @dry_run
end

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

Returns the value of attribute instance_pools.

Returns:



858
859
860
# File 'sig/types.rbs', line 858

def instance_pools
  @instance_pools
end

#instances_to_exclude ⇒ Types::InstancesToExclude

Returns the value of attribute instances_to_exclude.



859
860
861
# File 'sig/types.rbs', line 859

def instances_to_exclude
  @instances_to_exclude
end

#order_id ⇒ ::String

Returns the value of attribute order_id.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def order_id
  @order_id
end

#outpost_identifier ⇒ ::String

Returns the value of attribute outpost_identifier.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

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.

Returns:

  • ("WAIT_FOR_EVACUATION", "FAIL_TASK")


861
862
863
# File 'sig/types.rbs', line 861

def task_action_on_blocking_instances
  @task_action_on_blocking_instances
end