Class: Aws::QuickSight::Types::JoinInstruction
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::JoinInstruction
- Includes:
- Structure
- Defined in:
- 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.
18270 18271 18272 18273 18274 18275 18276 18277 18278 18279 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18270 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.
18270 18271 18272 18273 18274 18275 18276 18277 18278 18279 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18270 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.
18270 18271 18272 18273 18274 18275 18276 18277 18278 18279 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18270 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.
18270 18271 18272 18273 18274 18275 18276 18277 18278 18279 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18270 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.
18270 18271 18272 18273 18274 18275 18276 18277 18278 18279 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18270 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.
18270 18271 18272 18273 18274 18275 18276 18277 18278 18279 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18270 class JoinInstruction < Struct.new( :left_operand, :right_operand, :left_join_key_properties, :right_join_key_properties, :type, :on_clause) SENSITIVE = [] include Aws::Structure end |