Module: Aws::MarketplaceDiscovery::Client::_GetOfferSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOfferSetOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associated_entities ⇒ ::Array[Types::OfferSetAssociatedEntity]
- #available_from_time ⇒ ::Time
- #badges ⇒ ::Array[Types::PurchaseOptionBadge]
- #buyer_notes ⇒ ::String
- #catalog ⇒ ::String
- #expiration_time ⇒ ::Time
- #offer_set_id ⇒ ::String
- #offer_set_name ⇒ ::String
- #seller_of_record ⇒ Types::SellerInformation
Instance Method Details
#associated_entities ⇒ ::Array[Types::OfferSetAssociatedEntity]
140 |
# File 'sig/client.rbs', line 140
def associated_entities: () -> ::Array[Types::OfferSetAssociatedEntity]
|
#available_from_time ⇒ ::Time
135 |
# File 'sig/client.rbs', line 135
def available_from_time: () -> ::Time
|
#badges ⇒ ::Array[Types::PurchaseOptionBadge]
139 |
# File 'sig/client.rbs', line 139
def badges: () -> ::Array[Types::PurchaseOptionBadge]
|
#buyer_notes ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def buyer_notes: () -> ::String
|
#catalog ⇒ ::String
133 |
# File 'sig/client.rbs', line 133
def catalog: () -> ::String
|
#expiration_time ⇒ ::Time
136 |
# File 'sig/client.rbs', line 136
def expiration_time: () -> ::Time
|
#offer_set_id ⇒ ::String
132 |
# File 'sig/client.rbs', line 132
def offer_set_id: () -> ::String
|
#offer_set_name ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def offer_set_name: () -> ::String
|
#seller_of_record ⇒ Types::SellerInformation
138 |
# File 'sig/client.rbs', line 138
def seller_of_record: () -> Types::SellerInformation
|