Class: Aws::Types::JoinColumn
- Inherits:
-
Object
- Object
- Aws::Types::JoinColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::String
Returns the value of attribute from.
-
#keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute keys.
Instance Attribute Details
#from ⇒ ::String
Returns the value of attribute from.
4994 4995 4996 |
# File 'sig/types.rbs', line 4994 def from @from end |
#keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute keys.
4995 4996 4997 |
# File 'sig/types.rbs', line 4995 def keys @keys end |