You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::CheckSchemaVersionValidityInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CheckSchemaVersionValidityInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  data_format: "AVRO", # required, accepts AVRO
  schema_definition: "SchemaDefinitionString", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#data_formatString

The data format of the schema definition. Currently only AVRO is supported.

Possible values:

  • AVRO

Returns:

  • (String)

    The data format of the schema definition.

#schema_definitionString

The definition of the schema that has to be validated.

Returns:

  • (String)

    The definition of the schema that has to be validated.