Class: Aws::Types::SqlAlias
- Inherits:
-
Object
- Object
- Aws::Types::SqlAlias
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#from ⇒ ::String
Returns the value of attribute from.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
7142 7143 7144 |
# File 'sig/types.rbs', line 7142 def alias @alias end |
#from ⇒ ::String
Returns the value of attribute from.
7141 7142 7143 |
# File 'sig/types.rbs', line 7141 def from @from end |