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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



6920
6921
6922
6923
6924
6925
6926
6927
# File 'lib/aws-sdk-guardduty/types.rb', line 6920

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)


6920
6921
6922
6923
6924
6925
6926
6927
# File 'lib/aws-sdk-guardduty/types.rb', line 6920

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)


6920
6921
6922
6923
6924
6925
6926
6927
# File 'lib/aws-sdk-guardduty/types.rb', line 6920

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)


6920
6921
6922
6923
6924
6925
6926
6927
# File 'lib/aws-sdk-guardduty/types.rb', line 6920

class ItemDetails < Struct.new(
  :resource_arn,
  :item_path,
  :hash,
  :additional_info)
  SENSITIVE = []
  include Aws::Structure
end