Class: Aws::Types::UpdateInterruptibleCapacityReservationAllocationResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInterruptibleCapacityReservationAllocationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#interruptible_capacity_reservation_id ⇒ ::String
Returns the value of attribute interruptible_capacity_reservation_id.
-
#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
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
18791 18792 18793 |
# File 'sig/types.rbs', line 18791 def instance_count @instance_count end |
#interruptible_capacity_reservation_id ⇒ ::String
Returns the value of attribute interruptible_capacity_reservation_id.
18789 18790 18791 |
# File 'sig/types.rbs', line 18789 def interruptible_capacity_reservation_id @interruptible_capacity_reservation_id end |
#interruption_type ⇒ "adhoc"
Returns the value of attribute interruption_type.
18794 18795 18796 |
# File 'sig/types.rbs', line 18794 def interruption_type @interruption_type end |
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
18790 18791 18792 |
# File 'sig/types.rbs', line 18790 def source_capacity_reservation_id @source_capacity_reservation_id end |
#status ⇒ "pending", ...
Returns the value of attribute status.
18793 18794 18795 |
# File 'sig/types.rbs', line 18793 def status @status end |
#target_instance_count ⇒ ::Integer
Returns the value of attribute target_instance_count.
18792 18793 18794 |
# File 'sig/types.rbs', line 18792 def target_instance_count @target_instance_count end |