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`.
3826 3827 3828 3829 3830 3831 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3826 class CollectiveConstantEntry < Struct.new( :constant_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a ‘CollectiveConstantEntry`.
3826 3827 3828 3829 3830 3831 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3826 class CollectiveConstantEntry < Struct.new( :constant_type, :value) SENSITIVE = [] include Aws::Structure end |