Class: Aws::Glue::Types::GlueStudioSchemaColumn
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GlueStudioSchemaColumn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a single column in a Glue schema definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the column in the Glue Studio schema.
-
#type ⇒ String
The hive type for this column in the Glue Studio schema.
Instance Attribute Details
#name ⇒ String
The name of the column in the Glue Studio schema.
13324 13325 13326 13327 13328 13329 |
# File 'lib/aws-sdk-glue/types.rb', line 13324 class GlueStudioSchemaColumn < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The hive type for this column in the Glue Studio schema.
13324 13325 13326 13327 13328 13329 |
# File 'lib/aws-sdk-glue/types.rb', line 13324 class GlueStudioSchemaColumn < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |