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.
7312 7313 7314 7315 7316 7317 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7312 class ProductCode < Struct.new( :code, :product_type) SENSITIVE = [] include Aws::Structure end |
#product_type ⇒ String
The product code type.
7312 7313 7314 7315 7316 7317 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7312 class ProductCode < Struct.new( :code, :product_type) SENSITIVE = [] include Aws::Structure end |