Class: Aws::Types::InterruptibleCapacityAllocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


12172
12173
12174
# File 'sig/types.rbs', line 12172

def instance_count
  @instance_count
end

#interruptible_capacity_reservation_id::String

Returns the value of attribute interruptible_capacity_reservation_id.

Returns:

  • (::String)


12175
12176
12177
# File 'sig/types.rbs', line 12175

def interruptible_capacity_reservation_id
  @interruptible_capacity_reservation_id
end

#interruption_type"adhoc"

Returns the value of attribute interruption_type.

Returns:

  • ("adhoc")


12176
12177
12178
# File 'sig/types.rbs', line 12176

def interruption_type
  @interruption_type
end

#status"pending", ...

Returns the value of attribute status.

Returns:

  • ("pending", "active", "updating", "canceling", "canceled", "failed")


12174
12175
12176
# File 'sig/types.rbs', line 12174

def status
  @status
end

#target_instance_count::Integer

Returns the value of attribute target_instance_count.

Returns:

  • (::Integer)


12173
12174
12175
# File 'sig/types.rbs', line 12173

def target_instance_count
  @target_instance_count
end