Class: Aws::GuardDuty::Types::ItemDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#additional_infoTypes::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

#hashString

The hash value of the infected item.

Returns:

  • (String)


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_pathString

The path where the threat was detected.

Returns:

  • (String)


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_arnString

Amazon Resource Name (ARN) of the resource where the threat was detected.

Returns:

  • (String)


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