Class: Aws::Types::GetOfferSetOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetOfferSetOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_entities ⇒ ::Array[Types::OfferSetAssociatedEntity]
Returns the value of attribute associated_entities.
-
#available_from_time ⇒ ::Time
Returns the value of attribute available_from_time.
-
#badges ⇒ ::Array[Types::PurchaseOptionBadge]
Returns the value of attribute badges.
-
#buyer_notes ⇒ ::String
Returns the value of attribute buyer_notes.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#offer_set_id ⇒ ::String
Returns the value of attribute offer_set_id.
-
#offer_set_name ⇒ ::String
Returns the value of attribute offer_set_name.
-
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
Instance Attribute Details
#associated_entities ⇒ ::Array[Types::OfferSetAssociatedEntity]
Returns the value of attribute associated_entities.
313 314 315 |
# File 'sig/types.rbs', line 313 def associated_entities @associated_entities end |
#available_from_time ⇒ ::Time
Returns the value of attribute available_from_time.
308 309 310 |
# File 'sig/types.rbs', line 308 def available_from_time @available_from_time end |
#badges ⇒ ::Array[Types::PurchaseOptionBadge]
Returns the value of attribute badges.
312 313 314 |
# File 'sig/types.rbs', line 312 def badges @badges end |
#buyer_notes ⇒ ::String
Returns the value of attribute buyer_notes.
310 311 312 |
# File 'sig/types.rbs', line 310 def buyer_notes @buyer_notes end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
306 307 308 |
# File 'sig/types.rbs', line 306 def catalog @catalog end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
309 310 311 |
# File 'sig/types.rbs', line 309 def expiration_time @expiration_time end |
#offer_set_id ⇒ ::String
Returns the value of attribute offer_set_id.
305 306 307 |
# File 'sig/types.rbs', line 305 def offer_set_id @offer_set_id end |
#offer_set_name ⇒ ::String
Returns the value of attribute offer_set_name.
307 308 309 |
# File 'sig/types.rbs', line 307 def offer_set_name @offer_set_name end |
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
311 312 313 |
# File 'sig/types.rbs', line 311 def seller_of_record @seller_of_record end |