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.



6944
6945
6946
6947
6948
6949
6950
6951
# File 'lib/aws-sdk-guardduty/types.rb', line 6944

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)


6944
6945
6946
6947
6948
6949
6950
6951
# File 'lib/aws-sdk-guardduty/types.rb', line 6944

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)


6944
6945
6946
6947
6948
6949
6950
6951
# File 'lib/aws-sdk-guardduty/types.rb', line 6944

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)


6944
6945
6946
6947
6948
6949
6950
6951
# File 'lib/aws-sdk-guardduty/types.rb', line 6944

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