Class: Aws::SecurityHub::Types::Threat

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

Overview

Provides information about the threat detected in a security finding and the file paths that were affected by the threat.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathsArray<Types::FilePaths>

Provides information about the file paths that were affected by the threat.

Returns:



29422
29423
29424
29425
29426
29427
29428
29429
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29422

class Threat < Struct.new(
  :name,
  :severity,
  :item_count,
  :file_paths)
  SENSITIVE = []
  include Aws::Structure
end

#item_countInteger

This total number of items in which the threat has been detected.

Returns:

  • (Integer)


29422
29423
29424
29425
29426
29427
29428
29429
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29422

class Threat < Struct.new(
  :name,
  :severity,
  :item_count,
  :file_paths)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the threat.

Returns:

  • (String)


29422
29423
29424
29425
29426
29427
29428
29429
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29422

class Threat < Struct.new(
  :name,
  :severity,
  :item_count,
  :file_paths)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity of the threat.

Returns:

  • (String)


29422
29423
29424
29425
29426
29427
29428
29429
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29422

class Threat < Struct.new(
  :name,
  :severity,
  :item_count,
  :file_paths)
  SENSITIVE = []
  include Aws::Structure
end