Class: Aws::Glue::Types::GlueSchema

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies a user-defined schema when a schema cannot be determined by Glue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnsArray<Types::GlueStudioSchemaColumn>

Specifies the column definitions that make up a Glue schema.

Returns:



12535
12536
12537
12538
12539
# File 'lib/aws-sdk-glue/types.rb', line 12535

class GlueSchema < Struct.new(
  :columns)
  SENSITIVE = []
  include Aws::Structure
end