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.
7207 7208 7209 |
# File 'sig/types.rbs', line 7207 def left_join_key_properties @left_join_key_properties end |
#left_operand ⇒ ::String
Returns the value of attribute left_operand.
7205 7206 7207 |
# File 'sig/types.rbs', line 7205 def left_operand @left_operand end |
#on_clause ⇒ ::String
Returns the value of attribute on_clause.
7210 7211 7212 |
# File 'sig/types.rbs', line 7210 def on_clause @on_clause end |
#right_join_key_properties ⇒ Types::JoinKeyProperties
Returns the value of attribute right_join_key_properties.
7208 7209 7210 |
# File 'sig/types.rbs', line 7208 def right_join_key_properties @right_join_key_properties end |
#right_operand ⇒ ::String
Returns the value of attribute right_operand.
7206 7207 7208 |
# File 'sig/types.rbs', line 7206 def right_operand @right_operand end |
#type ⇒ "INNER", ...
Returns the value of attribute type.
7209 7210 7211 |
# File 'sig/types.rbs', line 7209 def type @type end |