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)


34300
34301
34302
34303
34304
34305
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34300

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.



34300
34301
34302
34303
34304
34305
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34300

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