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>)


35155
35156
35157
35158
35159
# File 'lib/aws-sdk-quicksight/types.rb', line 35155

class UniqueKey < Struct.new(
  :column_names)
  SENSITIVE = []
  include Aws::Structure
end