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.

Length Constraints: Minimum of 1 length. Maximum of 128 length.

Returns:

  • (String)


24771
24772
24773
24774
24775
24776
24777
24778
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24771

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.

Length Constraints: Minimum of 1 length. Maximum of 128 length.

Returns:

  • (String)


24771
24772
24773
24774
24775
24776
24777
24778
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24771

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.

Length Constraints: Minimum of 1 length. Maximum of 128 length.

Returns:

  • (String)


24771
24772
24773
24774
24775
24776
24777
24778
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24771

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.

Length Constraints: Minimum of 1 length. Maximum of 128 length.

Returns:

  • (String)


24771
24772
24773
24774
24775
24776
24777
24778
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24771

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