Class: Aws::Types::CapacityReservationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#reservation_state ⇒ ::String
Returns the value of attribute reservation_state.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def instance_count @instance_count end |
#reservation_state ⇒ ::String
Returns the value of attribute reservation_state.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def reservation_state @reservation_state end |