class Aws::APIGateway::Types::DeleteAuthorizerRequest
Request to delete an existing Authorizer
resource.
@note When making an API call, you may pass DeleteAuthorizerRequest
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