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 ⇒ ::String
Returns the value of attribute reservation_preference.
Instance Attribute Details
#reservation_group_arn ⇒ ::String
Returns the value of attribute reservation_group_arn.
83 84 85 |
# File 'sig/types.rbs', line 83 def reservation_group_arn @reservation_group_arn end |
#reservation_preference ⇒ ::String
Returns the value of attribute reservation_preference.
84 85 86 |
# File 'sig/types.rbs', line 84 def reservation_preference @reservation_preference end |