Class: Aws::Types::Join
- Inherits:
-
Object
- Object
- Aws::Types::Join
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ ::Array[Types::JoinColumn]
Returns the value of attribute columns.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#join_type ⇒ "equijoin", ...
Returns the value of attribute join_type.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#columns ⇒ ::Array[Types::JoinColumn]
Returns the value of attribute columns.
4989 4990 4991 |
# File 'sig/types.rbs', line 4989 def columns @columns end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
4987 4988 4989 |
# File 'sig/types.rbs', line 4987 def inputs @inputs end |
#join_type ⇒ "equijoin", ...
Returns the value of attribute join_type.
4988 4989 4990 |
# File 'sig/types.rbs', line 4988 def join_type @join_type end |
#name ⇒ ::String
Returns the value of attribute name.
4986 4987 4988 |
# File 'sig/types.rbs', line 4986 def name @name end |