Module: Aws::EC2::Client::_CreateInterruptibleCapacityReservationAllocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateInterruptibleCapacityReservationAllocationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #interruption_type ⇒ "adhoc"
- #source_capacity_reservation_id ⇒ ::String
- #status ⇒ "pending", ...
- #target_instance_count ⇒ ::Integer
Instance Method Details
#interruption_type ⇒ "adhoc"
1849 |
# File 'sig/client.rbs', line 1849
def interruption_type: () -> ("adhoc")
|
#source_capacity_reservation_id ⇒ ::String
1846 |
# File 'sig/client.rbs', line 1846
def source_capacity_reservation_id: () -> ::String
|
#status ⇒ "pending", ...
1848 |
# File 'sig/client.rbs', line 1848
def status: () -> ("pending" | "active" | "updating" | "canceling" | "canceled" | "failed")
|
#target_instance_count ⇒ ::Integer
1847 |
# File 'sig/client.rbs', line 1847
def target_instance_count: () -> ::Integer
|