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.
4416 4417 4418 |
# File 'sig/types.rbs', line 4416 def glue_studio_type @glue_studio_type end |
#name ⇒ ::String
Returns the value of attribute name.
4414 4415 4416 |
# File 'sig/types.rbs', line 4414 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
4415 4416 4417 |
# File 'sig/types.rbs', line 4415 def type @type end |