Class: Aws::APIGateway::Types::FlushStageCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::FlushStageCacheRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Requests API Gateway to flush a stage’s cache.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
-
#stage_name ⇒ String
The name of the stage to flush its cache.
Instance Attribute Details
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
2185 2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2185 class FlushStageCacheRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the stage to flush its cache.
2185 2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2185 class FlushStageCacheRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |