Class: Aws::QuickSight::Types::JoinInstruction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#left_join_key_propertiesTypes::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_operandString

The operand on the left side of a join.

Returns:

  • (String)


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_clauseString

The join instructions provided in the ‘ON` clause of a join.

Returns:

  • (String)


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_propertiesTypes::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_operandString

The operand on the right side of a join.

Returns:

  • (String)


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

#typeString

The type of join that it is.

Returns:

  • (String)


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