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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


6978
6979
6980
6981
6982
6983
6984
6985
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6978

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)


6978
6979
6980
6981
6982
6983
6984
6985
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6978

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)


6978
6979
6980
6981
6982
6983
6984
6985
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6978

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)


6978
6979
6980
6981
6982
6983
6984
6985
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6978

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