Class: Aws::Types::CreateReservationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateReservationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
Instance Attribute Details
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
100 101 102 |
# File 'sig/types.rbs', line 100 def capacity @capacity end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
101 102 103 |
# File 'sig/types.rbs', line 101 def client_token @client_token end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def offering_id @offering_id end |