Class: Aws::Types::ColumnMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ColumnMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_default ⇒ ::String
Returns the value of attribute column_default.
-
#is_case_sensitive ⇒ Boolean
Returns the value of attribute is_case_sensitive.
-
#is_currency ⇒ Boolean
Returns the value of attribute is_currency.
-
#is_signed ⇒ Boolean
Returns the value of attribute is_signed.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#length ⇒ ::Integer
Returns the value of attribute length.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nullable ⇒ ::Integer
Returns the value of attribute nullable.
-
#precision ⇒ ::Integer
Returns the value of attribute precision.
-
#scale ⇒ ::Integer
Returns the value of attribute scale.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#column_default ⇒ ::String
Returns the value of attribute column_default.
90 91 92 |
# File 'sig/types.rbs', line 90 def column_default @column_default end |
#is_case_sensitive ⇒ Boolean
Returns the value of attribute is_case_sensitive.
78 79 80 |
# File 'sig/types.rbs', line 78 def is_case_sensitive @is_case_sensitive end |
#is_currency ⇒ Boolean
Returns the value of attribute is_currency.
79 80 81 |
# File 'sig/types.rbs', line 79 def is_currency @is_currency end |
#is_signed ⇒ Boolean
Returns the value of attribute is_signed.
80 81 82 |
# File 'sig/types.rbs', line 80 def is_signed @is_signed end |
#label ⇒ ::String
Returns the value of attribute label.
81 82 83 |
# File 'sig/types.rbs', line 81 def label @label end |
#length ⇒ ::Integer
Returns the value of attribute length.
89 90 91 |
# File 'sig/types.rbs', line 89 def length @length end |
#name ⇒ ::String
Returns the value of attribute name.
82 83 84 |
# File 'sig/types.rbs', line 82 def name @name end |
#nullable ⇒ ::Integer
Returns the value of attribute nullable.
83 84 85 |
# File 'sig/types.rbs', line 83 def nullable @nullable end |
#precision ⇒ ::Integer
Returns the value of attribute precision.
84 85 86 |
# File 'sig/types.rbs', line 84 def precision @precision end |
#scale ⇒ ::Integer
Returns the value of attribute scale.
85 86 87 |
# File 'sig/types.rbs', line 85 def scale @scale end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
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.
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.
88 89 90 |
# File 'sig/types.rbs', line 88 def type_name @type_name end |