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")


2501
2502
2503
# File 'sig/types.rbs', line 2501

def interruption_type
  @interruption_type
end

#source_capacity_reservation_id::String

Returns the value of attribute source_capacity_reservation_id.

Returns:

  • (::String)


2498
2499
2500
# File 'sig/types.rbs', line 2498

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")


2500
2501
2502
# File 'sig/types.rbs', line 2500

def status
  @status
end

#target_instance_count::Integer

Returns the value of attribute target_instance_count.

Returns:

  • (::Integer)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def target_instance_count
  @target_instance_count
end