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)


29731
29732
29733
29734
29735
29736
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29731

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.



29731
29732
29733
29734
29735
29736
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29731

class TopicRangeFilterConstant < Struct.new(
  :constant_type,
  :range_constant)
  SENSITIVE = []
  include Aws::Structure
end