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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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

#nameString

The name of the column in the Glue Studio schema.

Returns:

  • (String)


12545
12546
12547
12548
12549
12550
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12545

class GlueStudioSchemaColumn < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


12545
12546
12547
12548
12549
12550
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12545

class GlueStudioSchemaColumn < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end