Class: Aws::Types::JoinOperation
- Inherits:
-
Object
- Object
- Aws::Types::JoinOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#left_operand ⇒ Types::TransformOperationSource
Returns the value of attribute left_operand.
-
#left_operand_properties ⇒ Types::JoinOperandProperties
Returns the value of attribute left_operand_properties.
-
#on_clause ⇒ ::String
Returns the value of attribute on_clause.
-
#right_operand ⇒ Types::TransformOperationSource
Returns the value of attribute right_operand.
-
#right_operand_properties ⇒ Types::JoinOperandProperties
Returns the value of attribute right_operand_properties.
-
#type ⇒ "INNER", ...
Returns the value of attribute type.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
6959 6960 6961 |
# File 'sig/types.rbs', line 6959 def alias @alias end |
#left_operand ⇒ Types::TransformOperationSource
Returns the value of attribute left_operand.
6960 6961 6962 |
# File 'sig/types.rbs', line 6960 def left_operand @left_operand end |
#left_operand_properties ⇒ Types::JoinOperandProperties
Returns the value of attribute left_operand_properties.
6964 6965 6966 |
# File 'sig/types.rbs', line 6964 def left_operand_properties @left_operand_properties end |
#on_clause ⇒ ::String
Returns the value of attribute on_clause.
6963 6964 6965 |
# File 'sig/types.rbs', line 6963 def on_clause @on_clause end |
#right_operand ⇒ Types::TransformOperationSource
Returns the value of attribute right_operand.
6961 6962 6963 |
# File 'sig/types.rbs', line 6961 def right_operand @right_operand end |
#right_operand_properties ⇒ Types::JoinOperandProperties
Returns the value of attribute right_operand_properties.
6965 6966 6967 |
# File 'sig/types.rbs', line 6965 def right_operand_properties @right_operand_properties end |
#type ⇒ "INNER", ...
Returns the value of attribute type.
6962 6963 6964 |
# File 'sig/types.rbs', line 6962 def type @type end |