Class: Aws::Types::CreateInterruptibleCapacityReservationAllocationResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateInterruptibleCapacityReservationAllocationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interruption_type ⇒ "adhoc"
Returns the value of attribute interruption_type.
-
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
-
#status ⇒ "pending", ...
Returns the value of attribute status.
-
#target_instance_count ⇒ ::Integer
Returns the value of attribute target_instance_count.
Instance Attribute Details
#interruption_type ⇒ "adhoc"
Returns the value of attribute interruption_type.
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.
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.
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.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def target_instance_count @target_instance_count end |