Class: Aws::SecurityHub::Types::FilePaths
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::FilePaths
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#file_name ⇒ String
The name of the infected or suspicious file corresponding to the hash.
-
#file_path ⇒ String
Path to the infected or suspicious file on the resource it was detected on.
-
#hash ⇒ String
The hash value for the infected or suspicious file.
-
#resource_id ⇒ String
The Amazon Resource Name (ARN) of the resource on which the threat was detected.
Instance Attribute Details
#file_name ⇒ String
The name of the infected or suspicious file corresponding to the hash.
Length Constraints: Minimum of 1 length. Maximum of 128 length.
24767 24768 24769 24770 24771 24772 24773 24774 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24767 class FilePaths < Struct.new( :file_path, :file_name, :resource_id, :hash) SENSITIVE = [] include Aws::Structure end |
#file_path ⇒ String
Path to the infected or suspicious file on the resource it was detected on.
Length Constraints: Minimum of 1 length. Maximum of 128 length.
24767 24768 24769 24770 24771 24772 24773 24774 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24767 class FilePaths < Struct.new( :file_path, :file_name, :resource_id, :hash) SENSITIVE = [] include Aws::Structure end |
#hash ⇒ String
The hash value for the infected or suspicious file.
Length Constraints: Minimum of 1 length. Maximum of 128 length.
24767 24768 24769 24770 24771 24772 24773 24774 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24767 class FilePaths < Struct.new( :file_path, :file_name, :resource_id, :hash) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The Amazon Resource Name (ARN) of the resource on which the threat was detected.
Length Constraints: Minimum of 1 length. Maximum of 128 length.
24767 24768 24769 24770 24771 24772 24773 24774 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24767 class FilePaths < Struct.new( :file_path, :file_name, :resource_id, :hash) SENSITIVE = [] include Aws::Structure end |