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)


7142
7143
7144
# File 'sig/types.rbs', line 7142

def alias
  @alias
end

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


7141
7142
7143
# File 'sig/types.rbs', line 7141

def from
  @from
end