Class: Aws::QuickSight::Types::JoinKeyProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Properties associated with the columns participating in a join.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unique_keyBoolean

A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.

Returns:

  • (Boolean)


17116
17117
17118
17119
17120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17116

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