Module: Aws::MarketplaceDiscovery::Client::_GetOfferResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOfferOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agreement_proposal_id ⇒ ::String
- #associated_entities ⇒ ::Array[Types::OfferAssociatedEntity]
- #available_from_time ⇒ ::Time
- #badges ⇒ ::Array[Types::PurchaseOptionBadge]
- #catalog ⇒ ::String
- #expiration_time ⇒ ::Time
- #offer_id ⇒ ::String
- #offer_name ⇒ ::String
- #pricing_model ⇒ Types::PricingModel
- #replacement_agreement_id ⇒ ::String
- #seller_of_record ⇒ Types::SellerInformation
Instance Method Details
#agreement_proposal_id ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def agreement_proposal_id: () -> ::String
|
#associated_entities ⇒ ::Array[Types::OfferAssociatedEntity]
122 |
# File 'sig/client.rbs', line 122
def associated_entities: () -> ::Array[Types::OfferAssociatedEntity]
|
#available_from_time ⇒ ::Time
117 |
# File 'sig/client.rbs', line 117
def available_from_time: () -> ::Time
|
#badges ⇒ ::Array[Types::PurchaseOptionBadge]
121 |
# File 'sig/client.rbs', line 121
def badges: () -> ::Array[Types::PurchaseOptionBadge]
|
#catalog ⇒ ::String
113 |
# File 'sig/client.rbs', line 113
def catalog: () -> ::String
|
#expiration_time ⇒ ::Time
116 |
# File 'sig/client.rbs', line 116
def expiration_time: () -> ::Time
|
#offer_id ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def offer_id: () -> ::String
|
#offer_name ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def offer_name: () -> ::String
|
#pricing_model ⇒ Types::PricingModel
120 |
# File 'sig/client.rbs', line 120
def pricing_model: () -> Types::PricingModel
|
#replacement_agreement_id ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def replacement_agreement_id: () -> ::String
|
#seller_of_record ⇒ Types::SellerInformation
118 |
# File 'sig/client.rbs', line 118
def seller_of_record: () -> Types::SellerInformation
|