Class: Aws::GuardDuty::Types::ScanFilePath

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_nameString

File name of the infected file.

Returns:

  • (String)


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_pathString

The file path of the infected file.

Returns:

  • (String)


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

#hashString

The hash value of the infected file.

Returns:

  • (String)


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_arnString

EBS volume ARN details of the infected file.

Returns:

  • (String)


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