Class: Aws::SecurityHub::Types::DateRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DateRange
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass DateRange data as a hash:
{
value: 1,
unit: "DAYS", # accepts DAYS
}
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.