Class: Aws::Types::OfferSetAssociatedEntity
- Inherits:
-
Object
- Object
- Aws::Types::OfferSetAssociatedEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offer ⇒ Types::OfferInformation
Returns the value of attribute offer.
-
#product ⇒ Types::ProductInformation
Returns the value of attribute product.
Instance Attribute Details
#offer ⇒ Types::OfferInformation
Returns the value of attribute offer.
484 485 486 |
# File 'sig/types.rbs', line 484 def offer @offer end |
#product ⇒ Types::ProductInformation
Returns the value of attribute product.
483 484 485 |
# File 'sig/types.rbs', line 483 def product @product end |