class Aws::Schemas::Types::ListSchemasRequest

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

data as a hash:

    {
      limit: 1,
      next_token: "__string",
      registry_name: "__string", # required
      schema_name_prefix: "__string",
    }

@!attribute [rw] limit

@return [Integer]

@!attribute [rw] next_token

@return [String]

@!attribute [rw] registry_name

@return [String]

@!attribute [rw] schema_name_prefix

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/ListSchemasRequest AWS API Documentation

Constants

SENSITIVE