Class: Aws::Types::JoinInstruction
- Inherits:
-
Object
- Object
- Aws::Types::JoinInstruction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#left_join_key_properties ⇒ Types::JoinKeyProperties
Returns the value of attribute left_join_key_properties.
-
#left_operand ⇒ ::String
Returns the value of attribute left_operand.
-
#on_clause ⇒ ::String
Returns the value of attribute on_clause.
-
#right_join_key_properties ⇒ Types::JoinKeyProperties
Returns the value of attribute right_join_key_properties.
-
#right_operand ⇒ ::String
Returns the value of attribute right_operand.
-
#type ⇒ "INNER", ...
Returns the value of attribute type.
Instance Attribute Details
#left_join_key_properties ⇒ Types::JoinKeyProperties
Returns the value of attribute left_join_key_properties.
6941 6942 6943 |
# File 'sig/types.rbs', line 6941 def left_join_key_properties @left_join_key_properties end |
#left_operand ⇒ ::String
Returns the value of attribute left_operand.
6939 6940 6941 |
# File 'sig/types.rbs', line 6939 def left_operand @left_operand end |
#on_clause ⇒ ::String
Returns the value of attribute on_clause.
6944 6945 6946 |
# File 'sig/types.rbs', line 6944 def on_clause @on_clause end |
#right_join_key_properties ⇒ Types::JoinKeyProperties
Returns the value of attribute right_join_key_properties.
6942 6943 6944 |
# File 'sig/types.rbs', line 6942 def right_join_key_properties @right_join_key_properties end |
#right_operand ⇒ ::String
Returns the value of attribute right_operand.
6940 6941 6942 |
# File 'sig/types.rbs', line 6940 def right_operand @right_operand end |
#type ⇒ "INNER", ...
Returns the value of attribute type.
6943 6944 6945 |
# File 'sig/types.rbs', line 6943 def type @type end |