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

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


4142
4143
4144
4145
4146
4147
# File 'lib/aws-sdk-guardduty/types.rb', line 4142

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)


4142
4143
4144
4145
4146
4147
# File 'lib/aws-sdk-guardduty/types.rb', line 4142

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