Class: Aws::ApiGatewayV2::Types::ResetAuthorizersCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ResetAuthorizersCacheRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
3171 3172 3173 3174 3175 3176 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3171 class ResetAuthorizersCacheRequest < Struct.new( :api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
3171 3172 3173 3174 3175 3176 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3171 class ResetAuthorizersCacheRequest < Struct.new( :api_id, :stage_name) SENSITIVE = [] include Aws::Structure end |