Class: Aws::GuardDuty::Types::ProductCode
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ProductCode
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the product code for the EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The product code information.
-
#product_type ⇒ String
The product code type.
Instance Attribute Details
#code ⇒ String
The product code information.
6974 6975 6976 6977 6978 6979 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6974 class ProductCode < Struct.new( :code, :product_type) SENSITIVE = [] include Aws::Structure end |
#product_type ⇒ String
The product code type.
6974 6975 6976 6977 6978 6979 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6974 class ProductCode < Struct.new( :code, :product_type) SENSITIVE = [] include Aws::Structure end |