Class: Aws::QuickSight::Types::TopicRelativeDateFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicRelativeDateFilter
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that represents a relative date filter.
Constant Summary collapse
- SENSITIVE =
[:constant]
Instance Attribute Summary collapse
-
#constant ⇒ Types::TopicSingularFilterConstant
The constant used in a relative date filter.
-
#relative_date_filter_function ⇒ String
The function to be used in a relative date filter to determine the range of dates to include in the results.
-
#time_granularity ⇒ String
The level of time precision that is used to aggregate
DateTime
values.
Instance Attribute Details
#constant ⇒ Types::TopicSingularFilterConstant
The constant used in a relative date filter.
34423 34424 34425 34426 34427 34428 34429 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34423 class TopicRelativeDateFilter < Struct.new( :time_granularity, :relative_date_filter_function, :constant) SENSITIVE = [:constant] include Aws::Structure end |
#relative_date_filter_function ⇒ String
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
.
34423 34424 34425 34426 34427 34428 34429 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34423 class TopicRelativeDateFilter < Struct.new( :time_granularity, :relative_date_filter_function, :constant) SENSITIVE = [:constant] include Aws::Structure end |
#time_granularity ⇒ String
The level of time precision that is used to aggregate DateTime
values.
34423 34424 34425 34426 34427 34428 34429 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34423 class TopicRelativeDateFilter < Struct.new( :time_granularity, :relative_date_filter_function, :constant) SENSITIVE = [:constant] include Aws::Structure end |