Class: Aws::Types::PurchaseOfferingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseOfferingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
-
#offering_promotion_id ⇒ ::String
Returns the value of attribute offering_promotion_id.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def offering_id @offering_id end |
#offering_promotion_id ⇒ ::String
Returns the value of attribute offering_promotion_id.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def offering_promotion_id @offering_promotion_id end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def quantity @quantity end |