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)


17443
17444
17445
17446
17447
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17443

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