class Aws::Glue::Types::ListSchemasInput

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

data as a hash:

    {
      registry_id: {
        registry_name: "SchemaRegistryNameString",
        registry_arn: "GlueResourceArn",
      },
      max_results: 1,
      next_token: "SchemaRegistryTokenString",
    }

@!attribute [rw] registry_id

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

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

Constants

SENSITIVE