Class: Aws::MarketplaceDiscovery::Types::PromotionalEmbeddedVideo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::PromotionalEmbeddedVideo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacediscovery/types.rb
Overview
An embedded promotional video for a product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An optional description of the video.
-
#preview ⇒ String
The URL of the high-resolution preview image for the video.
-
#thumbnail ⇒ String
The URL of the thumbnail image for the video.
-
#title ⇒ String
The title displayed when hovering over the video.
-
#url ⇒ String
The URL of the video file.
Instance Attribute Details
#description ⇒ String
An optional description of the video.
2170 2171 2172 2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2170 class PromotionalEmbeddedVideo < Struct.new( :title, :url, :preview, :thumbnail, :description) SENSITIVE = [] include Aws::Structure end |
#preview ⇒ String
The URL of the high-resolution preview image for the video.
2170 2171 2172 2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2170 class PromotionalEmbeddedVideo < Struct.new( :title, :url, :preview, :thumbnail, :description) SENSITIVE = [] include Aws::Structure end |
#thumbnail ⇒ String
The URL of the thumbnail image for the video.
2170 2171 2172 2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2170 class PromotionalEmbeddedVideo < Struct.new( :title, :url, :preview, :thumbnail, :description) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title displayed when hovering over the video.
2170 2171 2172 2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2170 class PromotionalEmbeddedVideo < Struct.new( :title, :url, :preview, :thumbnail, :description) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL of the video file.
2170 2171 2172 2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2170 class PromotionalEmbeddedVideo < Struct.new( :title, :url, :preview, :thumbnail, :description) SENSITIVE = [] include Aws::Structure end |