Class: Aws::SecurityHub::Types::OcsfDateFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::OcsfDateFilter
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Enables filtering of security findings based on date and timestamp fields in OCSF.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_name ⇒ String
The name of the field.
-
#filter ⇒ Types::DateFilter
A date filter for querying findings.
Instance Attribute Details
#field_name ⇒ String
The name of the field.
28074 28075 28076 28077 28078 28079 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28074 class OcsfDateFilter < Struct.new( :field_name, :filter) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Types::DateFilter
A date filter for querying findings.
28074 28075 28076 28077 28078 28079 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28074 class OcsfDateFilter < Struct.new( :field_name, :filter) SENSITIVE = [] include Aws::Structure end |