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
-
#glue_studio_type ⇒ String
The data type of the column as defined in Glue Studio.
-
#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
#glue_studio_type ⇒ String
The data type of the column as defined in Glue Studio.
15705 15706 15707 15708 15709 15710 15711 |
# File 'lib/aws-sdk-glue/types.rb', line 15705 class GlueStudioSchemaColumn < Struct.new( :name, :type, :glue_studio_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the column in the Glue Studio schema.
15705 15706 15707 15708 15709 15710 15711 |
# File 'lib/aws-sdk-glue/types.rb', line 15705 class GlueStudioSchemaColumn < Struct.new( :name, :type, :glue_studio_type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The hive type for this column in the Glue Studio schema.
15705 15706 15707 15708 15709 15710 15711 |
# File 'lib/aws-sdk-glue/types.rb', line 15705 class GlueStudioSchemaColumn < Struct.new( :name, :type, :glue_studio_type) SENSITIVE = [] include Aws::Structure end |