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.



17786
17787
17788
17789
17790
17791
17792
17793
17794
17795
# File 'lib/aws-sdk-quicksight/types.rb', line 17786

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)


17786
17787
17788
17789
17790
17791
17792
17793
17794
17795
# File 'lib/aws-sdk-quicksight/types.rb', line 17786

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)


17786
17787
17788
17789
17790
17791
17792
17793
17794
17795
# File 'lib/aws-sdk-quicksight/types.rb', line 17786

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.



17786
17787
17788
17789
17790
17791
17792
17793
17794
17795
# File 'lib/aws-sdk-quicksight/types.rb', line 17786

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)


17786
17787
17788
17789
17790
17791
17792
17793
17794
17795
# File 'lib/aws-sdk-quicksight/types.rb', line 17786

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)


17786
17787
17788
17789
17790
17791
17792
17793
17794
17795
# File 'lib/aws-sdk-quicksight/types.rb', line 17786

class JoinInstruction < Struct.new(
  :left_operand,
  :right_operand,
  :left_join_key_properties,
  :right_join_key_properties,
  :type,
  :on_clause)
  SENSITIVE = []
  include Aws::Structure
end