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.
318 319 320 |
# File 'sig/types.rbs', line 318 def associated_entities @associated_entities end |
#available_from_time ⇒ ::Time
Returns the value of attribute available_from_time.
313 314 315 |
# File 'sig/types.rbs', line 313 def available_from_time @available_from_time end |
#badges ⇒ ::Array[Types::PurchaseOptionBadge]
Returns the value of attribute badges.
317 318 319 |
# File 'sig/types.rbs', line 317 def badges @badges end |
#buyer_notes ⇒ ::String
Returns the value of attribute buyer_notes.
315 316 317 |
# File 'sig/types.rbs', line 315 def buyer_notes @buyer_notes end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
311 312 313 |
# File 'sig/types.rbs', line 311 def catalog @catalog end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
314 315 316 |
# File 'sig/types.rbs', line 314 def expiration_time @expiration_time end |
#offer_set_id ⇒ ::String
Returns the value of attribute offer_set_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def offer_set_id @offer_set_id end |
#offer_set_name ⇒ ::String
Returns the value of attribute offer_set_name.
312 313 314 |
# File 'sig/types.rbs', line 312 def offer_set_name @offer_set_name end |
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
316 317 318 |
# File 'sig/types.rbs', line 316 def seller_of_record @seller_of_record end |