Class: Aws::GuardDuty::Types::ProductCode
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ProductCode
- Defined in:
- gems/aws-sdk-guardduty/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.
7494 7495 7496 7497 7498 7499 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7494 class ProductCode < Struct.new( :code, :product_type) SENSITIVE = [] include Aws::Structure end |
#product_type ⇒ String
The product code type.
7494 7495 7496 7497 7498 7499 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7494 class ProductCode < Struct.new( :code, :product_type) SENSITIVE = [] include Aws::Structure end |