Class: Aws::Types::ZonalCapacityReservationState
- Inherits:
-
Object
- Object
- Aws::Types::ZonalCapacityReservationState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#effective_capacity_units ⇒ ::Float
Returns the value of attribute effective_capacity_units.
-
#state ⇒ Types::CapacityReservationStatus
Returns the value of attribute state.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def availability_zone @availability_zone end |
#effective_capacity_units ⇒ ::Float
Returns the value of attribute effective_capacity_units.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def effective_capacity_units @effective_capacity_units end |
#state ⇒ Types::CapacityReservationStatus
Returns the value of attribute state.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def state @state end |