Class: Aws::Types::RecordColumn
- Inherits:
-
Object
- Object
- Aws::Types::RecordColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mapping ⇒ ::String
Returns the value of attribute mapping.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sql_type ⇒ ::String
Returns the value of attribute sql_type.
Instance Attribute Details
#mapping ⇒ ::String
Returns the value of attribute mapping.
491 492 493 |
# File 'sig/types.rbs', line 491 def mapping @mapping end |
#name ⇒ ::String
Returns the value of attribute name.
490 491 492 |
# File 'sig/types.rbs', line 490 def name @name end |
#sql_type ⇒ ::String
Returns the value of attribute sql_type.
492 493 494 |
# File 'sig/types.rbs', line 492 def sql_type @sql_type end |