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)


30435
30436
30437
30438
30439
30440
30441
30442
30443
# File 'lib/aws-sdk-quicksight/types.rb', line 30435

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

#maximumString

The maximum for the ‘TopicConstantValue`.

Returns:

  • (String)


30435
30436
30437
30438
30439
30440
30441
30442
30443
# File 'lib/aws-sdk-quicksight/types.rb', line 30435

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

#minimumString

The minimum for the ‘TopicConstantValue`.

Returns:

  • (String)


30435
30436
30437
30438
30439
30440
30441
30442
30443
# File 'lib/aws-sdk-quicksight/types.rb', line 30435

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

#valueString

The value of the ‘TopicConstantValue`.

Returns:

  • (String)


30435
30436
30437
30438
30439
30440
30441
30442
30443
# File 'lib/aws-sdk-quicksight/types.rb', line 30435

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:



30435
30436
30437
30438
30439
30440
30441
30442
30443
# File 'lib/aws-sdk-quicksight/types.rb', line 30435

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