Class: Aws::Types::SqlAlias

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


7132
7133
7134
# File 'sig/types.rbs', line 7132

def alias
  @alias
end

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


7131
7132
7133
# File 'sig/types.rbs', line 7131

def from
  @from
end