Class: Aws::Types::ColumnSchema

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def column_name
  @column_name
end

#column_types::Array[("USER_ID" | "ITEM_ID" | "TIMESTAMP" | "CATEGORICAL_FEATURE" | "NUMERICAL_FEATURE")]

Returns the value of attribute column_types.

Returns:

  • (::Array[("USER_ID" | "ITEM_ID" | "TIMESTAMP" | "CATEGORICAL_FEATURE" | "NUMERICAL_FEATURE")])


204
205
206
# File 'sig/types.rbs', line 204

def column_types
  @column_types
end