Class: Aws::GuardDuty::Types::AdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AdditionalInfo
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains additional information about the detected threat.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_name ⇒ String
The device name of the EBS volume, if applicable.
-
#version_id ⇒ String
The version ID of the S3 object, if applicable.
Instance Attribute Details
#device_name ⇒ String
The device name of the EBS volume, if applicable.
435 436 437 438 439 440 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 435 class AdditionalInfo < Struct.new( :version_id, :device_name) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The version ID of the S3 object, if applicable.
435 436 437 438 439 440 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 435 class AdditionalInfo < Struct.new( :version_id, :device_name) SENSITIVE = [] include Aws::Structure end |