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.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def mapping @mapping end |
#name ⇒ ::String
Returns the value of attribute name.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def name @name end |
#sql_type ⇒ ::String
Returns the value of attribute sql_type.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def sql_type @sql_type end |