You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::APIGateway::Types::FlushStageCacheRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FlushStageCacheRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Requests API Gateway to flush a stage's cache.

Instance Attribute Summary collapse

Instance Attribute Details

#rest_api_idString

[Required] The string identifier of the associated RestApi.

Returns:

  • (String)

    [Required] The string identifier of the associated RestApi.

#stage_nameString

[Required] The name of the stage to flush its cache.

Returns:

  • (String)

    [Required] The name of the stage to flush its cache.