Class: Aws::GuardDuty::Types::ScanFilePath
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ScanFilePath
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains details of infected file including name, file path and hash.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_name ⇒ String
File name of the infected file.
-
#file_path ⇒ String
The file path of the infected file.
-
#hash ⇒ String
The hash value of the infected file.
-
#volume_arn ⇒ String
EBS volume ARN details of the infected file.
Instance Attribute Details
#file_name ⇒ String
File name of the infected file.
7910 7911 7912 7913 7914 7915 7916 7917 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7910 class ScanFilePath < Struct.new( :file_path, :volume_arn, :hash, :file_name) SENSITIVE = [] include Aws::Structure end |
#file_path ⇒ String
The file path of the infected file.
7910 7911 7912 7913 7914 7915 7916 7917 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7910 class ScanFilePath < Struct.new( :file_path, :volume_arn, :hash, :file_name) SENSITIVE = [] include Aws::Structure end |
#hash ⇒ String
The hash value of the infected file.
7910 7911 7912 7913 7914 7915 7916 7917 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7910 class ScanFilePath < Struct.new( :file_path, :volume_arn, :hash, :file_name) SENSITIVE = [] include Aws::Structure end |
#volume_arn ⇒ String
EBS volume ARN details of the infected file.
7910 7911 7912 7913 7914 7915 7916 7917 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7910 class ScanFilePath < Struct.new( :file_path, :volume_arn, :hash, :file_name) SENSITIVE = [] include Aws::Structure end |