Class: Aws::QuickSight::Types::CollectiveConstantEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CollectiveConstantEntry
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The definition for a CollectiveConstantEntry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constant_type ⇒ String
The
ConstantTypeof aCollectiveConstantEntry. -
#value ⇒ String
The value of a
CollectiveConstantEntry.
Instance Attribute Details
#constant_type ⇒ String
The ConstantType of a CollectiveConstantEntry.
4940 4941 4942 4943 4944 4945 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4940 class CollectiveConstantEntry < Struct.new( :constant_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a CollectiveConstantEntry.
4940 4941 4942 4943 4944 4945 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4940 class CollectiveConstantEntry < Struct.new( :constant_type, :value) SENSITIVE = [] include Aws::Structure end |