class Aws::APIGateway::Types::FlushStageAuthorizersCacheRequest

Request to flush authorizer cache entries on a specified stage.

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

data as a hash:

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

@!attribute [rw] rest_api_id

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

@!attribute [rw] stage_name

The name of the stage to flush.
@return [String]

Constants

SENSITIVE