Class: Aws::Types::CapacityReservationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reservation_group_arn ⇒ ::String
Returns the value of attribute reservation_group_arn.
-
#reservation_preference ⇒ "RESERVATIONS_ONLY", ...
Returns the value of attribute reservation_preference.
Instance Attribute Details
#reservation_group_arn ⇒ ::String
Returns the value of attribute reservation_group_arn.
129 130 131 |
# File 'sig/types.rbs', line 129 def reservation_group_arn @reservation_group_arn end |
#reservation_preference ⇒ "RESERVATIONS_ONLY", ...
Returns the value of attribute reservation_preference.
130 131 132 |
# File 'sig/types.rbs', line 130 def reservation_preference @reservation_preference end |