Class: Aws::QuickSight::Types::TopicConstantValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicConstantValue
- 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
-
#constant_type ⇒ String
The constant type of a
TopicConstantValue
. -
#maximum ⇒ String
The maximum for the
TopicConstantValue
. -
#minimum ⇒ String
The minimum for the
TopicConstantValue
. -
#value ⇒ String
The value of the
TopicConstantValue
. -
#value_list ⇒ Array<Types::CollectiveConstantEntry>
The value list of the
TopicConstantValue
.
Instance Attribute Details
#constant_type ⇒ String
The constant type of a TopicConstantValue
.
33738 33739 33740 33741 33742 33743 33744 33745 33746 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33738 class TopicConstantValue < Struct.new( :constant_type, :value, :minimum, :maximum, :value_list) SENSITIVE = [] include Aws::Structure end |
#maximum ⇒ String
The maximum for the TopicConstantValue
.
33738 33739 33740 33741 33742 33743 33744 33745 33746 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33738 class TopicConstantValue < Struct.new( :constant_type, :value, :minimum, :maximum, :value_list) SENSITIVE = [] include Aws::Structure end |
#minimum ⇒ String
The minimum for the TopicConstantValue
.
33738 33739 33740 33741 33742 33743 33744 33745 33746 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33738 class TopicConstantValue < Struct.new( :constant_type, :value, :minimum, :maximum, :value_list) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the TopicConstantValue
.
33738 33739 33740 33741 33742 33743 33744 33745 33746 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33738 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
.
33738 33739 33740 33741 33742 33743 33744 33745 33746 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33738 class TopicConstantValue < Struct.new( :constant_type, :value, :minimum, :maximum, :value_list) SENSITIVE = [] include Aws::Structure end |