Class: Aws::QuickSight::Types::TopicRelativeDateFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A structure that represents a relative date filter.

Constant Summary collapse

SENSITIVE =
[:constant]

Instance Attribute Summary collapse

Instance Attribute Details

#constantTypes::TopicSingularFilterConstant

The constant used in a relative date filter.



29854
29855
29856
29857
29858
29859
29860
# File 'lib/aws-sdk-quicksight/types.rb', line 29854

class TopicRelativeDateFilter < Struct.new(
  :time_granularity,
  :relative_date_filter_function,
  :constant)
  SENSITIVE = [:constant]
  include Aws::Structure
end

#relative_date_filter_functionString

The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are ‘BEFORE`, `AFTER`, and `BETWEEN`.

Returns:

  • (String)


29854
29855
29856
29857
29858
29859
29860
# File 'lib/aws-sdk-quicksight/types.rb', line 29854

class TopicRelativeDateFilter < Struct.new(
  :time_granularity,
  :relative_date_filter_function,
  :constant)
  SENSITIVE = [:constant]
  include Aws::Structure
end

#time_granularityString

The level of time precision that is used to aggregate ‘DateTime` values.

Returns:

  • (String)


29854
29855
29856
29857
29858
29859
29860
# File 'lib/aws-sdk-quicksight/types.rb', line 29854

class TopicRelativeDateFilter < Struct.new(
  :time_granularity,
  :relative_date_filter_function,
  :constant)
  SENSITIVE = [:constant]
  include Aws::Structure
end