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

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

Overview

The definition for a TopicConstantValue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constant_type ⇒ String

The constant type of a TopicConstantValue.

Returns:

  • (String)


46514
46515
46516
46517
46518
46519
46520
46521
46522
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46514

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

#maximum ⇒ String

The maximum for the TopicConstantValue.

Returns:

  • (String)


46514
46515
46516
46517
46518
46519
46520
46521
46522
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46514

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

#minimum ⇒ String

The minimum for the TopicConstantValue.

Returns:

  • (String)


46514
46515
46516
46517
46518
46519
46520
46521
46522
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46514

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

#value ⇒ String

The value of the TopicConstantValue.

Returns:

  • (String)


46514
46515
46516
46517
46518
46519
46520
46521
46522
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46514

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

#value_list ⇒ Array<Types::CollectiveConstantEntry>

The value list of the TopicConstantValue.

Returns:



46514
46515
46516
46517
46518
46519
46520
46521
46522
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 46514

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