Class: Aws::Imagebuilder::Types::ProductCodeListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ProductCodeListItem
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Information about a single product code.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#product_code_id ⇒ String
For Amazon Web Services Marketplace components, this contains the product code ID that can be stamped onto an EC2 AMI to ensure that components are billed correctly.
-
#product_code_type ⇒ String
The owner of the product code that's billed.
Instance Attribute Details
#product_code_id ⇒ String
For Amazon Web Services Marketplace components, this contains the product code ID that can be stamped onto an EC2 AMI to ensure that components are billed correctly. If this property is empty, it might mean that the component is not published.
7045 7046 7047 7048 7049 7050 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7045 class ProductCodeListItem < Struct.new( :product_code_id, :product_code_type) SENSITIVE = [] include Aws::Structure end |
#product_code_type ⇒ String
The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.
7045 7046 7047 7048 7049 7050 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7045 class ProductCodeListItem < Struct.new( :product_code_id, :product_code_type) SENSITIVE = [] include Aws::Structure end |