Class: Aws::SecurityHub::Types::DateFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DateFilter
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A date filter for querying findings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_range ⇒ Types::DateRange
A date range for the date filter.
-
#end ⇒ String
A timestamp that provides the end date for the date filter.
-
#start ⇒ String
A timestamp that provides the start date for the date filter.
Instance Attribute Details
#date_range ⇒ Types::DateRange
A date range for the date filter.
24251 24252 24253 24254 24255 24256 24257 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24251 class DateFilter < Struct.new( :start, :end, :date_range) SENSITIVE = [] include Aws::Structure end |
#end ⇒ String
A timestamp that provides the end date for the date filter.
For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
24251 24252 24253 24254 24255 24256 24257 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24251 class DateFilter < Struct.new( :start, :end, :date_range) SENSITIVE = [] include Aws::Structure end |
#start ⇒ String
A timestamp that provides the start date for the date filter.
For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
24251 24252 24253 24254 24255 24256 24257 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24251 class DateFilter < Struct.new( :start, :end, :date_range) SENSITIVE = [] include Aws::Structure end |