Class: Aws::EC2::Types::ProductCode
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ProductCode
- Defined in:
- gems/aws-sdk-ec2/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.
58949 58950 58951 58952 58953 58954 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58949 class ProductCode < Struct.new( :product_code_id, :product_code_type) SENSITIVE = [] include Aws::Structure end |
#product_code_type ⇒ String
The type of product code.
58949 58950 58951 58952 58953 58954 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58949 class ProductCode < Struct.new( :product_code_id, :product_code_type) SENSITIVE = [] include Aws::Structure end |