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"
1910 |
# File 'sig/client.rbs', line 1910
def interruption_type: () -> ("adhoc")
|
#source_capacity_reservation_id ⇒ ::String
1907 |
# File 'sig/client.rbs', line 1907
def source_capacity_reservation_id: () -> ::String
|
#status ⇒ "pending", ...
1909 |
# File 'sig/client.rbs', line 1909
def status: () -> ("pending" | "active" | "updating" | "canceling" | "canceled" | "failed")
|
#target_instance_count ⇒ ::Integer
1908 |
# File 'sig/client.rbs', line 1908
def target_instance_count: () -> ::Integer
|