Class: Aws::GuardDuty::Types::ItemDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ItemDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains detailed information about where a threat was detected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_info ⇒ Types::AdditionalInfo
Additional information about the detected threat item.
-
#hash ⇒ String
The hash value of the infected item.
-
#item_path ⇒ String
The path where the threat was detected.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource where the threat was detected.
Instance Attribute Details
#additional_info ⇒ Types::AdditionalInfo
Additional information about the detected threat item.
5584 5585 5586 5587 5588 5589 5590 5591 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5584 class ItemDetails < Struct.new( :resource_arn, :item_path, :hash, :additional_info) SENSITIVE = [] include Aws::Structure end |
#hash ⇒ String
The hash value of the infected item.
5584 5585 5586 5587 5588 5589 5590 5591 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5584 class ItemDetails < Struct.new( :resource_arn, :item_path, :hash, :additional_info) SENSITIVE = [] include Aws::Structure end |
#item_path ⇒ String
The path where the threat was detected.
5584 5585 5586 5587 5588 5589 5590 5591 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5584 class ItemDetails < Struct.new( :resource_arn, :item_path, :hash, :additional_info) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource where the threat was detected.
5584 5585 5586 5587 5588 5589 5590 5591 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5584 class ItemDetails < Struct.new( :resource_arn, :item_path, :hash, :additional_info) SENSITIVE = [] include Aws::Structure end |