Class: Aws::Glue::Types::RegisterSchemaVersionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_definitionString

The schema definition using the ‘DataFormat` setting for the `SchemaName`.

Returns:

  • (String)


17336
17337
17338
17339
17340
17341
# File 'lib/aws-sdk-glue/types.rb', line 17336

class RegisterSchemaVersionInput < Struct.new(
  :schema_id,
  :schema_definition)
  SENSITIVE = []
  include Aws::Structure
end

#schema_idTypes::SchemaId

This is a wrapper structure to contain schema identity fields. The structure contains:

  • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either ‘SchemaArn` or `SchemaName` and `RegistryName` has to be provided.

  • SchemaId$SchemaName: The name of the schema. Either ‘SchemaArn` or `SchemaName` and `RegistryName` has to be provided.

Returns:



17336
17337
17338
17339
17340
17341
# File 'lib/aws-sdk-glue/types.rb', line 17336

class RegisterSchemaVersionInput < Struct.new(
  :schema_id,
  :schema_definition)
  SENSITIVE = []
  include Aws::Structure
end