Class: Aws::Types::ColumnDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_description::String

Returns the value of attribute column_description.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def column_description
  @column_description
end

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def column_name
  @column_name
end

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:

  • ("STRING", "CHAR", "INTEGER", "TINYINT", "SMALLINT", "BIGINT", "FLOAT", "DOUBLE", "DATE", "DATETIME", "BOOLEAN", "BINARY")


60
61
62
# File 'sig/types.rbs', line 60

def data_type
  @data_type
end