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.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def interruption_type @interruption_type end |
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def source_capacity_reservation_id @source_capacity_reservation_id end |
#status ⇒ "pending", ...
Returns the value of attribute status.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def status @status end |
#target_instance_count ⇒ ::Integer
Returns the value of attribute target_instance_count.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def target_instance_count @target_instance_count end |