class Aws::Glue::Types::GetSchemaVersionInput

@note When making an API call, you may pass GetSchemaVersionInput

data as a hash:

    {
      schema_id: {
        schema_arn: "GlueResourceArn",
        schema_name: "SchemaRegistryNameString",
        registry_name: "SchemaRegistryNameString",
      },
      schema_version_id: "SchemaVersionIdString",
      schema_version_number: {
        latest_version: false,
        version_number: 1,
      },
    }

@!attribute [rw] schema_id

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.
@return [Types::SchemaId]

@!attribute [rw] schema_version_id

The `SchemaVersionId` of the schema version. This field is required
for fetching by schema ID. Either this or the `SchemaId` wrapper has
to be provided.
@return [String]

@!attribute [rw] schema_version_number

The version number of the schema.
@return [Types::SchemaVersionNumber]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetSchemaVersionInput AWS API Documentation

Constants

SENSITIVE