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.
102 103 104 |
# File 'sig/types.rbs', line 102 def reservation_group_arn @reservation_group_arn end |
#reservation_preference ⇒ ::String
Returns the value of attribute reservation_preference.
103 104 105 |
# File 'sig/types.rbs', line 103 def reservation_preference @reservation_preference end |