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.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def interruption_type @interruption_type end |
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def source_capacity_reservation_id @source_capacity_reservation_id end |
#status ⇒ "pending", ...
Returns the value of attribute status.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def status @status end |
#target_instance_count ⇒ ::Integer
Returns the value of attribute target_instance_count.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def target_instance_count @target_instance_count end |