class Aws::APIGateway::Types::GetAuthorizersRequest

Request to describe an existing Authorizers resource.

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

data as a hash:

    {
      rest_api_id: "String", # required
      position: "String",
      limit: 1,
    }

@!attribute [rw] rest_api_id

\[Required\] The string identifier of the associated RestApi.
@return [String]

@!attribute [rw] position

The current pagination position in the paged result set.
@return [String]

@!attribute [rw] limit

The maximum number of returned results per page. The default value
is 25 and the maximum value is 500.
@return [Integer]

Constants

SENSITIVE