Class: Aws::Glue::Types::GlueStudioSchemaColumn

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#glue_studio_typeString

The data type of the column as defined in Glue Studio.

Returns:

  • (String)


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

#nameString

The name of the column in the Glue Studio schema.

Returns:

  • (String)


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

#typeString

The hive type for this column in the Glue Studio schema.

Returns:

  • (String)


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