class Aws::Glue::Types::ListSchemaVersionsInput

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

data as a hash:

    {
      schema_id: { # required
        schema_arn: "GlueResourceArn",
        schema_name: "SchemaRegistryNameString",
        registry_name: "SchemaRegistryNameString",
      },
      max_results: 1,
      next_token: "SchemaRegistryTokenString",
    }

@!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] 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/ListSchemaVersionsInput AWS API Documentation

Constants

SENSITIVE