Class: Aws::Imagebuilder::Types::ProductCodeListItem

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

Instance Attribute Details

#product_code_idString

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.

Returns:

  • (String)


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_typeString

The owner of the product code that's billed. If this property is empty, it might mean that the component is not published.

Returns:

  • (String)


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