class Aws::APIGateway::Types::FlushStageCacheRequest

Requests API Gateway to flush a stage's cache.

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

data as a hash:

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

@!attribute [rw] rest_api_id

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

@!attribute [rw] stage_name

\[Required\] The name of the stage to flush its cache.
@return [String]

Constants

SENSITIVE