Class: Aws::Types::SchemaColumn
- Inherits:
-
Object
- Object
- Aws::Types::SchemaColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#data_type ⇒ ::String
Returns the value of attribute data_type.
6731 6732 6733 |
# File 'sig/types.rbs', line 6731 def data_type @data_type end |
#name ⇒ ::String
Returns the value of attribute name.
6730 6731 6732 |
# File 'sig/types.rbs', line 6730 def name @name end |