class Aws::Glue::Types::QuerySchemaVersionMetadataInput

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

data as a hash:

    {
      schema_id: {
        schema_arn: "GlueResourceArn",
        schema_name: "SchemaRegistryNameString",
        registry_name: "SchemaRegistryNameString",
      },
      schema_version_number: {
        latest_version: false,
        version_number: 1,
      },
      schema_version_id: "SchemaVersionIdString",
      metadata_list: [
        {
          metadata_key: "MetadataKeyString",
          metadata_value: "MetadataValueString",
        },
      ],
      max_results: 1,
      next_token: "SchemaRegistryTokenString",
    }

@!attribute [rw] schema_id

A wrapper structure that may contain the schema name and Amazon
Resource Name (ARN).
@return [Types::SchemaId]

@!attribute [rw] schema_version_number

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

@!attribute [rw] schema_version_id

The unique version ID of the schema version.
@return [String]

@!attribute [rw] metadata_list

Search key-value pairs for metadata, if they are not provided all
the metadata information will be fetched.
@return [Array<Types::MetadataKeyValuePair>]

@!attribute [rw] max_results

Maximum number of results required per page. If the value is not
supplied, this will be defaulted to 25 per page.
@return [Integer]

@!attribute [rw] next_token

A continuation token, if this is a continuation call.
@return [String]

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

Constants

SENSITIVE