Class: Aws::LicenseManager::Types::ProductCodeListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ProductCodeListItem
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
A list item that contains a product code.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#product_code_id ⇒ String
The product code ID.
-
#product_code_type ⇒ String
The product code type.
Instance Attribute Details
#product_code_id ⇒ String
The product code ID
3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3246 class ProductCodeListItem < Struct.new( :product_code_id, :product_code_type) SENSITIVE = [] include Aws::Structure end |
#product_code_type ⇒ String
The product code type
3246 3247 3248 3249 3250 3251 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3246 class ProductCodeListItem < Struct.new( :product_code_id, :product_code_type) SENSITIVE = [] include Aws::Structure end |