Class: Aws::QuickSight::Types::TopicDateRangeFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#constantTypes::TopicRangeFilterConstant

The constant used in a date range filter.



30459
30460
30461
30462
30463
30464
# File 'lib/aws-sdk-quicksight/types.rb', line 30459

class TopicDateRangeFilter < Struct.new(
  :inclusive,
  :constant)
  SENSITIVE = [:constant]
  include Aws::Structure
end

#inclusiveBoolean

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.

Returns:

  • (Boolean)


30459
30460
30461
30462
30463
30464
# File 'lib/aws-sdk-quicksight/types.rb', line 30459

class TopicDateRangeFilter < Struct.new(
  :inclusive,
  :constant)
  SENSITIVE = [:constant]
  include Aws::Structure
end