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.
5013 5014 5015 |
# File 'sig/types.rbs', line 5013 def from @from end |
#keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute keys.
5014 5015 5016 |
# File 'sig/types.rbs', line 5014 def keys @keys end |