Class: Aws::Types::ColumnInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def name
  @name
end

#typeTypes::ColumnType

Returns the value of attribute type.

Returns:



678
679
680
# File 'sig/types.rbs', line 678

def type
  @type
end