Class: Aws::MarketplaceDiscovery::Types::PromotionalEmbeddedImage
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::PromotionalEmbeddedImage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacediscovery/types.rb
Overview
An embedded promotional image for a product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An optional description of the image.
-
#title ⇒ String
The title displayed when hovering over the image.
-
#url ⇒ String
The URL of the image file.
Instance Attribute Details
#description ⇒ String
An optional description of the image.
2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2138 class PromotionalEmbeddedImage < Struct.new( :title, :url, :description) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title displayed when hovering over the image.
2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2138 class PromotionalEmbeddedImage < Struct.new( :title, :url, :description) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL of the image file.
2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2138 class PromotionalEmbeddedImage < Struct.new( :title, :url, :description) SENSITIVE = [] include Aws::Structure end |