Class: Aws::QuickSight::Types::TopicRangeFilterConstant
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicRangeFilterConstant
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A constant value that is used in a range filter to specify the endpoints of the range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constant_type ⇒ String
The data type of the constant value that is used in a range filter.
-
#range_constant ⇒ Types::RangeConstant
The value of the constant that is used to specify the endpoints of a range filter.
Instance Attribute Details
#constant_type ⇒ String
The data type of the constant value that is used in a range filter.
Valid values for this structure are RANGE
.
34265 34266 34267 34268 34269 34270 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34265 class TopicRangeFilterConstant < Struct.new( :constant_type, :range_constant) SENSITIVE = [] include Aws::Structure end |
#range_constant ⇒ Types::RangeConstant
The value of the constant that is used to specify the endpoints of a range filter.
34265 34266 34267 34268 34269 34270 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34265 class TopicRangeFilterConstant < Struct.new( :constant_type, :range_constant) SENSITIVE = [] include Aws::Structure end |