Class: Aws::QuickSight::Types::TopicRangeFilterConstant

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#constant_typeString

The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.

Returns:

  • (String)


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_constantTypes::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