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)


7100
7101
7102
# File 'sig/types.rbs', line 7100

def alias
  @alias
end

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


7099
7100
7101
# File 'sig/types.rbs', line 7099

def from
  @from
end