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.



17422
17423
17424
17425
17426
17427
17428
17429
17430
17431
# File 'lib/aws-sdk-quicksight/types.rb', line 17422

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)


17422
17423
17424
17425
17426
17427
17428
17429
17430
17431
# File 'lib/aws-sdk-quicksight/types.rb', line 17422

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)


17422
17423
17424
17425
17426
17427
17428
17429
17430
17431
# File 'lib/aws-sdk-quicksight/types.rb', line 17422

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.



17422
17423
17424
17425
17426
17427
17428
17429
17430
17431
# File 'lib/aws-sdk-quicksight/types.rb', line 17422

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)


17422
17423
17424
17425
17426
17427
17428
17429
17430
17431
# File 'lib/aws-sdk-quicksight/types.rb', line 17422

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)


17422
17423
17424
17425
17426
17427
17428
17429
17430
17431
# File 'lib/aws-sdk-quicksight/types.rb', line 17422

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