Class: Aws::QuickSight::Types::JoinKeyProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::JoinKeyProperties
- 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
-
#unique_key ⇒ Boolean
A value that indicates that a row in a table is uniquely identified by the columns in a join key.
Instance Attribute Details
#unique_key ⇒ Boolean
A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Quick Sight to optimize query performance.
21863 21864 21865 21866 21867 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21863 class JoinKeyProperties < Struct.new( :unique_key) SENSITIVE = [] include Aws::Structure end |