Class: Aws::Types::PurchaseOfferingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseOfferingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offering_arn ⇒ ::String
Returns the value of attribute offering_arn.
-
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
-
#start ⇒ ::String
Returns the value of attribute start.
Instance Attribute Details
#offering_arn ⇒ ::String
Returns the value of attribute offering_arn.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def offering_arn @offering_arn end |
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def reservation_name @reservation_name end |
#start ⇒ ::String
Returns the value of attribute start.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def start @start end |