Class: Aws::Types::CreateInterruptibleCapacityReservationAllocationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interruption_type"adhoc"

Returns the value of attribute interruption_type.

Returns:

  • ("adhoc")


2613
2614
2615
# File 'sig/types.rbs', line 2613

def interruption_type
  @interruption_type
end

#source_capacity_reservation_id::String

Returns the value of attribute source_capacity_reservation_id.

Returns:

  • (::String)


2610
2611
2612
# File 'sig/types.rbs', line 2610

def source_capacity_reservation_id
  @source_capacity_reservation_id
end

#status"pending", ...

Returns the value of attribute status.

Returns:

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


2612
2613
2614
# File 'sig/types.rbs', line 2612

def status
  @status
end

#target_instance_count::Integer

Returns the value of attribute target_instance_count.

Returns:

  • (::Integer)


2611
2612
2613
# File 'sig/types.rbs', line 2611

def target_instance_count
  @target_instance_count
end