DataSetDateRangeFilterCondition
A filter condition that filters date values within a specified range.
Contents
Note
In the following list, the required parameters are described first.
- IncludeMaximum
-
Whether to include the maximum value in the filter range.
Type: Boolean
Required: No
- IncludeMinimum
-
Whether to include the minimum value in the filter range.
Type: Boolean
Required: No
- RangeMaximum
-
The maximum date value for the range filter.
Type: DataSetDateFilterValue object
Required: No
- RangeMinimum
-
The minimum date value for the range filter.
Type: DataSetDateFilterValue object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: