Class: Aws::APIGateway::Types::FlushStageAuthorizersCacheRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2027

class FlushStageAuthorizersCacheRequest < Struct.new(
  :rest_api_id,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage to flush.

Returns:

  • (String)


2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2027

class FlushStageAuthorizersCacheRequest < Struct.new(
  :rest_api_id,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end