Class: Aws::APIGateway::Types::FlushStageAuthorizersCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::FlushStageAuthorizersCacheRequest
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
Request to flush authorizer cache entries on a specified stage.
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.
Instance Attribute Details
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
2028 2029 2030 2031 2032 2033 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2028 class FlushStageAuthorizersCacheRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the stage to flush.
2028 2029 2030 2031 2032 2033 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2028 class FlushStageAuthorizersCacheRequest < Struct.new( :rest_api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |