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.
5018 5019 5020 |
# File 'sig/types.rbs', line 5018 def columns @columns end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5016 5017 5018 |
# File 'sig/types.rbs', line 5016 def inputs @inputs end |
#join_type ⇒ "equijoin", ...
Returns the value of attribute join_type.
5017 5018 5019 |
# File 'sig/types.rbs', line 5017 def join_type @join_type end |
#name ⇒ ::String
Returns the value of attribute name.
5015 5016 5017 |
# File 'sig/types.rbs', line 5015 def name @name end |