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)


25652
25653
25654
25655
25656
25657
25658
25659
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25652

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)


25652
25653
25654
25655
25656
25657
25658
25659
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25652

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

#stateString

The state of the malware that was observed.

Returns:

  • (String)


25652
25653
25654
25655
25656
25657
25658
25659
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25652

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

#typeString

The type of the malware that was observed.

Returns:

  • (String)


25652
25653
25654
25655
25656
25657
25658
25659
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25652

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