Module: Aws::MarketplaceDiscovery::Client::_GetProductResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProductOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #catalog ⇒ ::String
- #categories ⇒ ::Array[Types::Category]
- #deployed_on_aws ⇒ "DEPLOYED", ...
- #fulfillment_option_summaries ⇒ ::Array[Types::FulfillmentOptionSummary]
- #highlights ⇒ ::Array[::String]
- #logo_thumbnail_url ⇒ ::String
- #long_description ⇒ ::String
- #manufacturer ⇒ Types::SellerInformation
- #product_id ⇒ ::String
- #product_name ⇒ ::String
- #promotional_media ⇒ ::Array[Types::PromotionalMedia]
- #resources ⇒ ::Array[Types::Resource]
- #seller_engagements ⇒ ::Array[Types::SellerEngagement]
- #short_description ⇒ ::String
Instance Method Details
#catalog ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def catalog: () -> ::String
|
#categories ⇒ ::Array[Types::Category]
172 |
# File 'sig/client.rbs', line 172
def categories: () -> ::Array[Types::Category]
|
#deployed_on_aws ⇒ "DEPLOYED", ...
166 |
# File 'sig/client.rbs', line 166
def deployed_on_aws: () -> ("DEPLOYED" | "NOT_DEPLOYED" | "NOT_APPLICABLE")
|
#fulfillment_option_summaries ⇒ ::Array[Types::FulfillmentOptionSummary]
171 |
# File 'sig/client.rbs', line 171
def fulfillment_option_summaries: () -> ::Array[Types::FulfillmentOptionSummary]
|
#highlights ⇒ ::Array[::String]
173 |
# File 'sig/client.rbs', line 173
def highlights: () -> ::Array[::String]
|
#logo_thumbnail_url ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def logo_thumbnail_url: () -> ::String
|
#long_description ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def long_description: () -> ::String
|
#manufacturer ⇒ Types::SellerInformation
169 |
# File 'sig/client.rbs', line 169
def manufacturer: () -> Types::SellerInformation
|
#product_id ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def product_id: () -> ::String
|
#product_name ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def product_name: () -> ::String
|
#promotional_media ⇒ ::Array[Types::PromotionalMedia]
174 |
# File 'sig/client.rbs', line 174
def promotional_media: () -> ::Array[Types::PromotionalMedia]
|
#resources ⇒ ::Array[Types::Resource]
175 |
# File 'sig/client.rbs', line 175
def resources: () -> ::Array[Types::Resource]
|
#seller_engagements ⇒ ::Array[Types::SellerEngagement]
176 |
# File 'sig/client.rbs', line 176
def seller_engagements: () -> ::Array[Types::SellerEngagement]
|
#short_description ⇒ ::String
167 |
# File 'sig/client.rbs', line 167
def short_description: () -> ::String
|