Class: Aws::MarketplaceDiscovery::Types::PromotionalEmbeddedImage

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

Instance Attribute Details

#descriptionString

An optional description of the image.

Returns:



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

#titleString

The title displayed when hovering over the image.

Returns:



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

#urlString

The URL of the image file.

Returns:



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