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.
35841 35842 35843 35844 35845 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35841 class UniqueKey < Struct.new( :column_names) SENSITIVE = [] include Aws::Structure end |