Class: Aws::SecurityHub::Types::DateRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DateRange
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A date range for the date filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
A date range unit for the date filter.
-
#value ⇒ Integer
A date range value for the date filter.
Instance Attribute Details
#unit ⇒ String
A date range unit for the date filter.
24000 24001 24002 24003 24004 24005 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24000 class DateRange < Struct.new( :value, :unit) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
A date range value for the date filter.
24000 24001 24002 24003 24004 24005 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24000 class DateRange < Struct.new( :value, :unit) SENSITIVE = [] include Aws::Structure end |