Class: Aws::EC2::Types::ProductCode
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ProductCode
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a product code.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#product_code_id ⇒ String
The product code.
-
#product_code_type ⇒ String
The type of product code.
Instance Attribute Details
#product_code_id ⇒ String
The product code.
58217 58218 58219 58220 58221 58222 |
# File 'lib/aws-sdk-ec2/types.rb', line 58217 class ProductCode < Struct.new( :product_code_id, :product_code_type) SENSITIVE = [] include Aws::Structure end |
#product_code_type ⇒ String
The type of product code.
58217 58218 58219 58220 58221 58222 |
# File 'lib/aws-sdk-ec2/types.rb', line 58217 class ProductCode < Struct.new( :product_code_id, :product_code_type) SENSITIVE = [] include Aws::Structure end |