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)


33764
33765
33766
33767
33768
33769
33770
33771
33772
# File 'lib/aws-sdk-quicksight/types.rb', line 33764

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

#maximumString

The maximum for the ‘TopicConstantValue`.

Returns:

  • (String)


33764
33765
33766
33767
33768
33769
33770
33771
33772
# File 'lib/aws-sdk-quicksight/types.rb', line 33764

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

#minimumString

The minimum for the ‘TopicConstantValue`.

Returns:

  • (String)


33764
33765
33766
33767
33768
33769
33770
33771
33772
# File 'lib/aws-sdk-quicksight/types.rb', line 33764

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

#valueString

The value of the ‘TopicConstantValue`.

Returns:

  • (String)


33764
33765
33766
33767
33768
33769
33770
33771
33772
# File 'lib/aws-sdk-quicksight/types.rb', line 33764

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:



33764
33765
33766
33767
33768
33769
33770
33771
33772
# File 'lib/aws-sdk-quicksight/types.rb', line 33764

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