Class: Aws::QuickSight::Types::TopicDateRangeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicDateRangeFilter
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A filter used to restrict data based on a range of dates or times.
Constant Summary collapse
- SENSITIVE =
[:constant]
Instance Attribute Summary collapse
-
#constant ⇒ Types::TopicRangeFilterConstant
The constant used in a date range filter.
-
#inclusive ⇒ Boolean
A Boolean value that indicates whether the date range filter should include the boundary values.
Instance Attribute Details
#constant ⇒ Types::TopicRangeFilterConstant
The constant used in a date range filter.
33404 33405 33406 33407 33408 33409 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33404 class TopicDateRangeFilter < Struct.new( :inclusive, :constant) SENSITIVE = [:constant] include Aws::Structure end |
#inclusive ⇒ Boolean
A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.
33404 33405 33406 33407 33408 33409 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33404 class TopicDateRangeFilter < Struct.new( :inclusive, :constant) SENSITIVE = [:constant] include Aws::Structure end |