Class: Aws::Types::GlueStudioSchemaColumn
- Inherits:
-
Object
- Object
- Aws::Types::GlueStudioSchemaColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#glue_studio_type ⇒ ::String
Returns the value of attribute glue_studio_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#glue_studio_type ⇒ ::String
Returns the value of attribute glue_studio_type.
4435 4436 4437 |
# File 'sig/types.rbs', line 4435 def glue_studio_type @glue_studio_type end |
#name ⇒ ::String
Returns the value of attribute name.
4433 4434 4435 |
# File 'sig/types.rbs', line 4433 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
4434 4435 4436 |
# File 'sig/types.rbs', line 4434 def type @type end |