Class: Aws::QuickSight::Types::JoinKeyProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::JoinKeyProperties
- Includes:
- Structure
- Defined in:
- 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 Amazon QuickSight to optimize query performance.
19249 19250 19251 19252 19253 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19249 class JoinKeyProperties < Struct.new( :unique_key) SENSITIVE = [] include Aws::Structure end |