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.
7100 7101 7102 |
# File 'sig/types.rbs', line 7100 def alias @alias end |
#from ⇒ ::String
Returns the value of attribute from.
7099 7100 7101 |
# File 'sig/types.rbs', line 7099 def from @from end |