Class: Aws::Types::SnowflakeTableSchemaV1

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)


3114
3115
3116
# File 'sig/types.rbs', line 3114

def column_name
  @column_name
end

#column_type::String

Returns the value of attribute column_type.

Returns:

  • (::String)


3115
3116
3117
# File 'sig/types.rbs', line 3115

def column_type
  @column_type
end