class
Amazonite::ApiGateway::FlushStageAuthorizersCacheRequest
- Amazonite::ApiGateway::FlushStageAuthorizersCacheRequest
- Reference
- Object
Overview
Request to flush authorizer cache entries on a specified stage.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/flush_stage_authorizers_cache_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#rest_api_id : String
The string identifier of the associated RestApi.
-
#rest_api_id=(rest_api_id : String)
The string identifier of the associated RestApi.
-
#stage_name : String
The name of the stage to flush.
-
#stage_name=(stage_name : String)
The name of the stage to flush.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.