Class: Aws::SecurityHub::Types::FilePaths

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

Overview

Provides information about the file paths that were affected by the threat.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameString

The name of the infected or suspicious file corresponding to the hash.

Returns:

  • (String)


24718
24719
24720
24721
24722
24723
24724
24725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24718

class FilePaths < Struct.new(
  :file_path,
  :file_name,
  :resource_id,
  :hash)
  SENSITIVE = []
  include Aws::Structure
end

#file_pathString

Path to the infected or suspicious file on the resource it was detected on.

Returns:

  • (String)


24718
24719
24720
24721
24722
24723
24724
24725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24718

class FilePaths < Struct.new(
  :file_path,
  :file_name,
  :resource_id,
  :hash)
  SENSITIVE = []
  include Aws::Structure
end

#hashString

The hash value for the infected or suspicious file.

Returns:

  • (String)


24718
24719
24720
24721
24722
24723
24724
24725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24718

class FilePaths < Struct.new(
  :file_path,
  :file_name,
  :resource_id,
  :hash)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The Amazon Resource Name (ARN) of the resource on which the threat was detected.

Returns:

  • (String)


24718
24719
24720
24721
24722
24723
24724
24725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24718

class FilePaths < Struct.new(
  :file_path,
  :file_name,
  :resource_id,
  :hash)
  SENSITIVE = []
  include Aws::Structure
end