Class: Aws::QuickSight::Types::JoinInstruction
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::JoinInstruction
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The instructions associated with a join.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#left_join_key_properties ⇒ Types::JoinKeyProperties
Join key properties of the left operand.
-
#left_operand ⇒ String
The operand on the left side of a join.
-
#on_clause ⇒ String
The join instructions provided in the
ON
clause of a join. -
#right_join_key_properties ⇒ Types::JoinKeyProperties
Join key properties of the right operand.
-
#right_operand ⇒ String
The operand on the right side of a join.
-
#type ⇒ String
The type of join that it is.
Instance Attribute Details
#left_join_key_properties ⇒ Types::JoinKeyProperties
Join key properties of the left operand.
18394 18395 18396 18397 18398 18399 18400 18401 18402 18403 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18394 class JoinInstruction < Struct.new( :left_operand, :right_operand, :left_join_key_properties, :right_join_key_properties, :type, :on_clause) SENSITIVE = [] include Aws::Structure end |
#left_operand ⇒ String
The operand on the left side of a join.
18394 18395 18396 18397 18398 18399 18400 18401 18402 18403 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18394 class JoinInstruction < Struct.new( :left_operand, :right_operand, :left_join_key_properties, :right_join_key_properties, :type, :on_clause) SENSITIVE = [] include Aws::Structure end |
#on_clause ⇒ String
The join instructions provided in the ON
clause of a join.
18394 18395 18396 18397 18398 18399 18400 18401 18402 18403 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18394 class JoinInstruction < Struct.new( :left_operand, :right_operand, :left_join_key_properties, :right_join_key_properties, :type, :on_clause) SENSITIVE = [] include Aws::Structure end |
#right_join_key_properties ⇒ Types::JoinKeyProperties
Join key properties of the right operand.
18394 18395 18396 18397 18398 18399 18400 18401 18402 18403 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18394 class JoinInstruction < Struct.new( :left_operand, :right_operand, :left_join_key_properties, :right_join_key_properties, :type, :on_clause) SENSITIVE = [] include Aws::Structure end |
#right_operand ⇒ String
The operand on the right side of a join.
18394 18395 18396 18397 18398 18399 18400 18401 18402 18403 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18394 class JoinInstruction < Struct.new( :left_operand, :right_operand, :left_join_key_properties, :right_join_key_properties, :type, :on_clause) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of join that it is.
18394 18395 18396 18397 18398 18399 18400 18401 18402 18403 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18394 class JoinInstruction < Struct.new( :left_operand, :right_operand, :left_join_key_properties, :right_join_key_properties, :type, :on_clause) SENSITIVE = [] include Aws::Structure end |