Class: Aws::QuickSight::Types::UniqueKey

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#column_namesArray<String>

The name of the column that is referenced in the ‘UniqueKey` configuration.

Returns:

  • (Array<String>)


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