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

#column_default::String

Returns the value of attribute column_default.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def column_default
  @column_default
end

#is_case_sensitiveBoolean

Returns the value of attribute is_case_sensitive.

Returns:

  • (Boolean)


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

def is_case_sensitive
  @is_case_sensitive
end

#is_currencyBoolean

Returns the value of attribute is_currency.

Returns:

  • (Boolean)


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

def is_currency
  @is_currency
end

#is_signedBoolean

Returns the value of attribute is_signed.

Returns:

  • (Boolean)


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

def is_signed
  @is_signed
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


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

def label
  @label
end

#length::Integer

Returns the value of attribute length.

Returns:

  • (::Integer)


89
90
91
# File 'sig/types.rbs', line 89

def length
  @length
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#nullable::Integer

Returns the value of attribute nullable.

Returns:

  • (::Integer)


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

def nullable
  @nullable
end

#precision::Integer

Returns the value of attribute precision.

Returns:

  • (::Integer)


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

def precision
  @precision
end

#scale::Integer

Returns the value of attribute scale.

Returns:

  • (::Integer)


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

def scale
  @scale
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


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

def schema_name
  @schema_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


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

def table_name
  @table_name
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


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

def type_name
  @type_name
end