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`.
4300 4301 4302 4303 4304 4305 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4300 class CollectiveConstantEntry < Struct.new( :constant_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a ‘CollectiveConstantEntry`.
4300 4301 4302 4303 4304 4305 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4300 class CollectiveConstantEntry < Struct.new( :constant_type, :value) SENSITIVE = [] include Aws::Structure end |