Class: Aws::MarketplaceDiscovery::Types::PromotionalEmbeddedVideo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

An optional description of the video.

Returns:

  • (String)


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

#previewString

The URL of the high-resolution preview image for the video.

Returns:

  • (String)


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

#thumbnailString

The URL of the thumbnail image for the video.

Returns:

  • (String)


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

#titleString

The title displayed when hovering over the video.

Returns:

  • (String)


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

#urlString

The URL of the video file.

Returns:

  • (String)


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