Class: Aws::GuardDuty::Types::ItemPath

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Information about the nested item path and hash of the protected resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hashString

The hash value of the infected resource.

Returns:

  • (String)


5287
5288
5289
5290
5291
5292
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5287

class ItemPath < Struct.new(
  :nested_item_path,
  :hash)
  SENSITIVE = []
  include Aws::Structure
end

#nested_item_pathString

The nested item path where the infected file was found.

Returns:

  • (String)


5287
5288
5289
5290
5291
5292
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5287

class ItemPath < Struct.new(
  :nested_item_path,
  :hash)
  SENSITIVE = []
  include Aws::Structure
end