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)


3087
3088
3089
# File 'sig/types.rbs', line 3087

def column_name
  @column_name
end

#column_type::String

Returns the value of attribute column_type.

Returns:

  • (::String)


3088
3089
3090
# File 'sig/types.rbs', line 3088

def column_type
  @column_type
end