Class: Aws::SecurityHub::Types::Malware

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A list of malware related to a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the malware that was observed.

Length Constraints: Minimum of 1. Maximum of 64.

Returns:

  • (String)


26777
26778
26779
26780
26781
26782
26783
26784
# File 'lib/aws-sdk-securityhub/types.rb', line 26777

class Malware < Struct.new(
  :name,
  :type,
  :path,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The file system path of the malware that was observed.

Length Constraints: Minimum of 1. Maximum of 512.

Returns:

  • (String)


26777
26778
26779
26780
26781
26782
26783
26784
# File 'lib/aws-sdk-securityhub/types.rb', line 26777

class Malware < Struct.new(
  :name,
  :type,
  :path,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the malware that was observed.

Returns:

  • (String)


26777
26778
26779
26780
26781
26782
26783
26784
# File 'lib/aws-sdk-securityhub/types.rb', line 26777

class Malware < Struct.new(
  :name,
  :type,
  :path,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the malware that was observed.

Returns:

  • (String)


26777
26778
26779
26780
26781
26782
26783
26784
# File 'lib/aws-sdk-securityhub/types.rb', line 26777

class Malware < Struct.new(
  :name,
  :type,
  :path,
  :state)
  SENSITIVE = []
  include Aws::Structure
end