Class: Aws::Types::OfferInformation
- Inherits:
-
Object
- Object
- Aws::Types::OfferInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offer_id ⇒ ::String
Returns the value of attribute offer_id.
-
#offer_name ⇒ ::String
Returns the value of attribute offer_name.
-
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
Instance Attribute Details
#offer_id ⇒ ::String
Returns the value of attribute offer_id.
481 482 483 |
# File 'sig/types.rbs', line 481 def offer_id @offer_id end |
#offer_name ⇒ ::String
Returns the value of attribute offer_name.
482 483 484 |
# File 'sig/types.rbs', line 482 def offer_name @offer_name end |
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
483 484 485 |
# File 'sig/types.rbs', line 483 def seller_of_record @seller_of_record end |