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.
5008 5009 5010 |
# File 'sig/types.rbs', line 5008 def columns @columns end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5006 5007 5008 |
# File 'sig/types.rbs', line 5006 def inputs @inputs end |
#join_type ⇒ "equijoin", ...
Returns the value of attribute join_type.
5007 5008 5009 |
# File 'sig/types.rbs', line 5007 def join_type @join_type end |
#name ⇒ ::String
Returns the value of attribute name.
5005 5006 5007 |
# File 'sig/types.rbs', line 5005 def name @name end |