Class: Aws::Types::PurchaseOptionAssociatedEntity
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseOptionAssociatedEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offer ⇒ Types::OfferInformation
Returns the value of attribute offer.
-
#offer_set ⇒ Types::OfferSetInformation
Returns the value of attribute offer_set.
-
#product ⇒ Types::ProductInformation
Returns the value of attribute product.
Instance Attribute Details
#offer ⇒ Types::OfferInformation
Returns the value of attribute offer.
607 608 609 |
# File 'sig/types.rbs', line 607 def offer @offer end |
#offer_set ⇒ Types::OfferSetInformation
Returns the value of attribute offer_set.
608 609 610 |
# File 'sig/types.rbs', line 608 def offer_set @offer_set end |
#product ⇒ Types::ProductInformation
Returns the value of attribute product.
606 607 608 |
# File 'sig/types.rbs', line 606 def product @product end |