Class: Aws::Types::ColumnMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#array_base_column_type::Integer

Returns the value of attribute array_base_column_type.

Returns:

  • (::Integer)


87
88
89
# File 'sig/types.rbs', line 87

def array_base_column_type
  @array_base_column_type
end

#is_auto_incrementBoolean

Returns the value of attribute is_auto_increment.

Returns:

  • (Boolean)


80
81
82
# File 'sig/types.rbs', line 80

def is_auto_increment
  @is_auto_increment
end

#is_case_sensitiveBoolean

Returns the value of attribute is_case_sensitive.

Returns:

  • (Boolean)


83
84
85
# File 'sig/types.rbs', line 83

def is_case_sensitive
  @is_case_sensitive
end

#is_currencyBoolean

Returns the value of attribute is_currency.

Returns:

  • (Boolean)


82
83
84
# File 'sig/types.rbs', line 82

def is_currency
  @is_currency
end

#is_signedBoolean

Returns the value of attribute is_signed.

Returns:

  • (Boolean)


81
82
83
# File 'sig/types.rbs', line 81

def is_signed
  @is_signed
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def label
  @label
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def name
  @name
end

#nullable::Integer

Returns the value of attribute nullable.

Returns:

  • (::Integer)


84
85
86
# File 'sig/types.rbs', line 84

def nullable
  @nullable
end

#precision::Integer

Returns the value of attribute precision.

Returns:

  • (::Integer)


85
86
87
# File 'sig/types.rbs', line 85

def precision
  @precision
end

#scale::Integer

Returns the value of attribute scale.

Returns:

  • (::Integer)


86
87
88
# File 'sig/types.rbs', line 86

def scale
  @scale
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def schema_name
  @schema_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def table_name
  @table_name
end

#type::Integer

Returns the value of attribute type.

Returns:

  • (::Integer)


75
76
77
# File 'sig/types.rbs', line 75

def type
  @type
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def type_name
  @type_name
end