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

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

Returns:

  • (String)


26642
26643
26644
26645
26646
26647
26648
26649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26642

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

#pathString

The file system path of the malware that was observed.

Returns:

  • (String)


26642
26643
26644
26645
26646
26647
26648
26649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26642

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

#stateString

The state of the malware that was observed.

Returns:

  • (String)


26642
26643
26644
26645
26646
26647
26648
26649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26642

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

#typeString

The type of the malware that was observed.

Returns:

  • (String)


26642
26643
26644
26645
26646
26647
26648
26649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26642

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