class Aws::Inspector2::Types::DateFilter
Contains details on the time range used to filter findings.
@note When making an API call, you may pass DateFilter
data as a hash: { end_inclusive: Time.now, start_inclusive: Time.now, }
@!attribute [rw] end_inclusive
A timestamp representing the end of the time period filtered on. @return [Time]
@!attribute [rw] start_inclusive
A timestamp representing the start of the time period filtered on. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/DateFilter AWS API Documentation
Constants
- SENSITIVE