Class: Aws::MarketplaceCatalog::Types::AmiProductSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacecatalog/types.rb

Overview

Object that contains summarized information about an AMI product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#product_titleString

The title of the AMI product.

Returns:

  • (String)


142
143
144
145
146
147
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 142

class AmiProductSummary < Struct.new(
  :product_title,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The lifecycle of the AMI product.

Returns:

  • (String)


142
143
144
145
146
147
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 142

class AmiProductSummary < Struct.new(
  :product_title,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end