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