Class: Aws::MarketplaceCatalog::Types::AmiProductSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::AmiProductSummary
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
Object that contains summarized information about an AMI product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#product_title ⇒ String
The title of the AMI product.
-
#visibility ⇒ String
The lifecycle of the AMI product.
Instance Attribute Details
#product_title ⇒ String
The title of the AMI product.
142 143 144 145 146 147 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 142 class AmiProductSummary < Struct.new( :product_title, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The lifecycle of the AMI product.
142 143 144 145 146 147 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 142 class AmiProductSummary < Struct.new( :product_title, :visibility) SENSITIVE = [] include Aws::Structure end |