Class: Aws::APIGateway::Types::FlushStageCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::FlushStageCacheRequest
- Defined in:
- gems/aws-sdk-apigateway/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.
2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2195 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.
2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2195 class FlushStageCacheRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |