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.
2045 2046 2047 2048 2049 2050 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2045 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.
2045 2046 2047 2048 2049 2050 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2045 class FlushStageCacheRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |