Class: Aws::Types::ColumnSchema
- Inherits:
-
Object
- Object
- Aws::Types::ColumnSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#geographic_role ⇒ ::String
Returns the value of attribute geographic_role.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#data_type ⇒ ::String
Returns the value of attribute data_type.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def data_type @data_type end |
#geographic_role ⇒ ::String
Returns the value of attribute geographic_role.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def geographic_role @geographic_role end |
#name ⇒ ::String
Returns the value of attribute name.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def name @name end |