Class: Aws::SecurityHub::Types::OcsfBooleanFilter

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

Overview

Enables filtering of security findings based on boolean field values in OCSF.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The name of the field.

Returns:

  • (String)


28225
28226
28227
28228
28229
28230
# File 'lib/aws-sdk-securityhub/types.rb', line 28225

class OcsfBooleanFilter < Struct.new(
  :field_name,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end

#filterTypes::BooleanFilter

Boolean filter for querying findings.



28225
28226
28227
28228
28229
28230
# File 'lib/aws-sdk-securityhub/types.rb', line 28225

class OcsfBooleanFilter < Struct.new(
  :field_name,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end