Class: Aws::Types::SelectColumn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aliasedBoolean

Returns the value of attribute aliased.

Returns:

  • (Boolean)


419
420
421
# File 'sig/types.rbs', line 419

def aliased
  @aliased
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def database_name
  @database_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def name
  @name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def table_name
  @table_name
end

#typeTypes::Type

Returns the value of attribute type.

Returns:



416
417
418
# File 'sig/types.rbs', line 416

def type
  @type
end