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)


5293
5294
5295
5296
5297
5298
5299
5300
# File 'lib/aws-sdk-guardduty/types.rb', line 5293

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)


5293
5294
5295
5296
5297
5298
5299
5300
# File 'lib/aws-sdk-guardduty/types.rb', line 5293

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)


5293
5294
5295
5296
5297
5298
5299
5300
# File 'lib/aws-sdk-guardduty/types.rb', line 5293

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)


5293
5294
5295
5296
5297
5298
5299
5300
# File 'lib/aws-sdk-guardduty/types.rb', line 5293

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