Class: Aws::Types::InterruptibleCapacityAllocation
- Inherits:
-
Object
- Object
- Aws::Types::InterruptibleCapacityAllocation
- 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.
-
#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.
11901 11902 11903 |
# File 'sig/types.rbs', line 11901 def instance_count @instance_count end |
#interruptible_capacity_reservation_id ⇒ ::String
Returns the value of attribute interruptible_capacity_reservation_id.
11904 11905 11906 |
# File 'sig/types.rbs', line 11904 def interruptible_capacity_reservation_id @interruptible_capacity_reservation_id end |
#interruption_type ⇒ "adhoc"
Returns the value of attribute interruption_type.
11905 11906 11907 |
# File 'sig/types.rbs', line 11905 def interruption_type @interruption_type end |
#status ⇒ "pending", ...
Returns the value of attribute status.
11903 11904 11905 |
# File 'sig/types.rbs', line 11903 def status @status end |
#target_instance_count ⇒ ::Integer
Returns the value of attribute target_instance_count.
11902 11903 11904 |
# File 'sig/types.rbs', line 11902 def target_instance_count @target_instance_count end |