class Aws::APIGateway::Types::GetAuthorizerRequest

Request to describe an existing Authorizer resource.

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

data as a hash:

    {
      rest_api_id: "String", # required
      authorizer_id: "String", # required
    }

@!attribute [rw] rest_api_id

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

@!attribute [rw] authorizer_id

\[Required\] The identifier of the Authorizer resource.
@return [String]

Constants

SENSITIVE