Class: Aws::QuickSight::Types::TopicConstantValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The definition for a TopicConstantValue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constant_typeString

The constant type of a TopicConstantValue.

Returns:

  • (String)


43173
43174
43175
43176
43177
43178
43179
43180
43181
# File 'lib/aws-sdk-quicksight/types.rb', line 43173

class TopicConstantValue < Struct.new(
  :constant_type,
  :value,
  :minimum,
  :maximum,
  :value_list)
  SENSITIVE = []
  include Aws::Structure
end

#maximumString

The maximum for the TopicConstantValue.

Returns:

  • (String)


43173
43174
43175
43176
43177
43178
43179
43180
43181
# File 'lib/aws-sdk-quicksight/types.rb', line 43173

class TopicConstantValue < Struct.new(
  :constant_type,
  :value,
  :minimum,
  :maximum,
  :value_list)
  SENSITIVE = []
  include Aws::Structure
end

#minimumString

The minimum for the TopicConstantValue.

Returns:

  • (String)


43173
43174
43175
43176
43177
43178
43179
43180
43181
# File 'lib/aws-sdk-quicksight/types.rb', line 43173

class TopicConstantValue < Struct.new(
  :constant_type,
  :value,
  :minimum,
  :maximum,
  :value_list)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the TopicConstantValue.

Returns:

  • (String)


43173
43174
43175
43176
43177
43178
43179
43180
43181
# File 'lib/aws-sdk-quicksight/types.rb', line 43173

class TopicConstantValue < Struct.new(
  :constant_type,
  :value,
  :minimum,
  :maximum,
  :value_list)
  SENSITIVE = []
  include Aws::Structure
end

#value_listArray<Types::CollectiveConstantEntry>

The value list of the TopicConstantValue.

Returns:



43173
43174
43175
43176
43177
43178
43179
43180
43181
# File 'lib/aws-sdk-quicksight/types.rb', line 43173

class TopicConstantValue < Struct.new(
  :constant_type,
  :value,
  :minimum,
  :maximum,
  :value_list)
  SENSITIVE = []
  include Aws::Structure
end