Class: Aws::QuickSight::Types::CollectiveConstantEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CollectiveConstantEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The definition for a ‘CollectiveConstantEntry`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constant_type ⇒ String
The ‘ConstantType` of a `CollectiveConstantEntry`.
-
#value ⇒ String
The value of a ‘CollectiveConstantEntry`.
Instance Attribute Details
#constant_type ⇒ String
The ‘ConstantType` of a `CollectiveConstantEntry`.
5190 5191 5192 5193 5194 5195 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5190 class CollectiveConstantEntry < Struct.new( :constant_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a ‘CollectiveConstantEntry`.
5190 5191 5192 5193 5194 5195 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5190 class CollectiveConstantEntry < Struct.new( :constant_type, :value) SENSITIVE = [] include Aws::Structure end |