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.
6773 6774 6775 |
# File 'sig/types.rbs', line 6773 def data_type @data_type end |
#name ⇒ ::String
Returns the value of attribute name.
6772 6773 6774 |
# File 'sig/types.rbs', line 6772 def name @name end |