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.
7225 7226 7227 |
# File 'sig/types.rbs', line 7225 def alias @alias end |
#left_operand ⇒ Types::TransformOperationSource
Returns the value of attribute left_operand.
7226 7227 7228 |
# File 'sig/types.rbs', line 7226 def left_operand @left_operand end |
#left_operand_properties ⇒ Types::JoinOperandProperties
Returns the value of attribute left_operand_properties.
7230 7231 7232 |
# File 'sig/types.rbs', line 7230 def left_operand_properties @left_operand_properties end |
#on_clause ⇒ ::String
Returns the value of attribute on_clause.
7229 7230 7231 |
# File 'sig/types.rbs', line 7229 def on_clause @on_clause end |
#right_operand ⇒ Types::TransformOperationSource
Returns the value of attribute right_operand.
7227 7228 7229 |
# File 'sig/types.rbs', line 7227 def right_operand @right_operand end |
#right_operand_properties ⇒ Types::JoinOperandProperties
Returns the value of attribute right_operand_properties.
7231 7232 7233 |
# File 'sig/types.rbs', line 7231 def right_operand_properties @right_operand_properties end |
#type ⇒ "INNER", ...
Returns the value of attribute type.
7228 7229 7230 |
# File 'sig/types.rbs', line 7228 def type @type end |