Class: Aws::Types::OfferSetInformation
- Inherits:
-
Object
- Object
- Aws::Types::OfferSetInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offer_set_id ⇒ ::String
Returns the value of attribute offer_set_id.
-
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
Instance Attribute Details
#offer_set_id ⇒ ::String
Returns the value of attribute offer_set_id.
494 495 496 |
# File 'sig/types.rbs', line 494 def offer_set_id @offer_set_id end |
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
495 496 497 |
# File 'sig/types.rbs', line 495 def seller_of_record @seller_of_record end |