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

#case_sensitiveBoolean

Returns the value of attribute case_sensitive.

Returns:

  • (Boolean)


167
168
169
# File 'sig/types.rbs', line 167

def case_sensitive
  @case_sensitive
end

#catalog_name::String

Returns the value of attribute catalog_name.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def catalog_name
  @catalog_name
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def label
  @label
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def name
  @name
end

#nullable"NOT_NULL", ...

Returns the value of attribute nullable.

Returns:

  • ("NOT_NULL", "NULLABLE", "UNKNOWN")


166
167
168
# File 'sig/types.rbs', line 166

def nullable
  @nullable
end

#precision::Integer

Returns the value of attribute precision.

Returns:

  • (::Integer)


164
165
166
# File 'sig/types.rbs', line 164

def precision
  @precision
end

#scale::Integer

Returns the value of attribute scale.

Returns:

  • (::Integer)


165
166
167
# File 'sig/types.rbs', line 165

def scale
  @scale
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def schema_name
  @schema_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def table_name
  @table_name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def type
  @type
end