Class: Aws::QuickSight::Types::UniqueKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UniqueKey
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A ‘UniqueKey` configuration that references a dataset column.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_names ⇒ Array<String>
The name of the column that is referenced in the ‘UniqueKey` configuration.
Instance Attribute Details
#column_names ⇒ Array<String>
The name of the column that is referenced in the ‘UniqueKey` configuration.
35164 35165 35166 35167 35168 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35164 class UniqueKey < Struct.new( :column_names) SENSITIVE = [] include Aws::Structure end |