class Aws::SecurityHub::Types::DateFilter

A date filter for querying findings.

@note When making an API call, you may pass DateFilter

data as a hash:

    {
      start: "NonEmptyString",
      end: "NonEmptyString",
      date_range: {
        value: 1,
        unit: "DAYS", # accepts DAYS
      },
    }

@!attribute [rw] start

A start date for the date filter.
@return [String]

@!attribute [rw] end

An end date for the date filter.
@return [String]

@!attribute [rw] date_range

A date range for the date filter.
@return [Types::DateRange]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DateFilter AWS API Documentation

Constants

SENSITIVE