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.
6763 6764 6765 |
# File 'sig/types.rbs', line 6763 def data_type @data_type end |
#name ⇒ ::String
Returns the value of attribute name.
6762 6763 6764 |
# File 'sig/types.rbs', line 6762 def name @name end |