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:



13312
13313
13314
13315
13316
# File 'lib/aws-sdk-glue/types.rb', line 13312

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