Class: Aws::Types::PurchaseOptionSummary
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseOptionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_entities ⇒ ::Array[Types::PurchaseOptionAssociatedEntity]
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.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#purchase_option_id ⇒ ::String
Returns the value of attribute purchase_option_id.
-
#purchase_option_name ⇒ ::String
Returns the value of attribute purchase_option_name.
-
#purchase_option_type ⇒ "OFFER", "OFFERSET"
Returns the value of attribute purchase_option_type.
-
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
Instance Attribute Details
#associated_entities ⇒ ::Array[Types::PurchaseOptionAssociatedEntity]
Returns the value of attribute associated_entities.
671 672 673 |
# File 'sig/types.rbs', line 671 def associated_entities @associated_entities end |
#available_from_time ⇒ ::Time
Returns the value of attribute available_from_time.
667 668 669 |
# File 'sig/types.rbs', line 667 def available_from_time @available_from_time end |
#badges ⇒ ::Array[Types::PurchaseOptionBadge]
Returns the value of attribute badges.
670 671 672 |
# File 'sig/types.rbs', line 670 def badges @badges end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
664 665 666 |
# File 'sig/types.rbs', line 664 def catalog @catalog end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
668 669 670 |
# File 'sig/types.rbs', line 668 def expiration_time @expiration_time end |
#purchase_option_id ⇒ ::String
Returns the value of attribute purchase_option_id.
663 664 665 |
# File 'sig/types.rbs', line 663 def purchase_option_id @purchase_option_id end |
#purchase_option_name ⇒ ::String
Returns the value of attribute purchase_option_name.
666 667 668 |
# File 'sig/types.rbs', line 666 def purchase_option_name @purchase_option_name end |
#purchase_option_type ⇒ "OFFER", "OFFERSET"
Returns the value of attribute purchase_option_type.
665 666 667 |
# File 'sig/types.rbs', line 665 def purchase_option_type @purchase_option_type end |
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
669 670 671 |
# File 'sig/types.rbs', line 669 def seller_of_record @seller_of_record end |