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.
633 634 635 |
# File 'sig/types.rbs', line 633 def associated_entities @associated_entities end |
#available_from_time ⇒ ::Time
Returns the value of attribute available_from_time.
629 630 631 |
# File 'sig/types.rbs', line 629 def available_from_time @available_from_time end |
#badges ⇒ ::Array[Types::PurchaseOptionBadge]
Returns the value of attribute badges.
632 633 634 |
# File 'sig/types.rbs', line 632 def badges @badges end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
626 627 628 |
# File 'sig/types.rbs', line 626 def catalog @catalog end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
630 631 632 |
# File 'sig/types.rbs', line 630 def expiration_time @expiration_time end |
#purchase_option_id ⇒ ::String
Returns the value of attribute purchase_option_id.
625 626 627 |
# File 'sig/types.rbs', line 625 def purchase_option_id @purchase_option_id end |
#purchase_option_name ⇒ ::String
Returns the value of attribute purchase_option_name.
628 629 630 |
# File 'sig/types.rbs', line 628 def purchase_option_name @purchase_option_name end |
#purchase_option_type ⇒ "OFFER", "OFFERSET"
Returns the value of attribute purchase_option_type.
627 628 629 |
# File 'sig/types.rbs', line 627 def purchase_option_type @purchase_option_type end |
#seller_of_record ⇒ Types::SellerInformation
Returns the value of attribute seller_of_record.
631 632 633 |
# File 'sig/types.rbs', line 631 def seller_of_record @seller_of_record end |