class Amazonite::ApiGateway::FlushStageAuthorizersCacheRequest

Overview

Request to flush authorizer cache entries on a specified stage.

Included Modules

Defined in:

api_gateway/flush_stage_authorizers_cache_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rest_api_id : String, stage_name : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def rest_api_id : String #

The string identifier of the associated RestApi.


[View source]
def rest_api_id=(rest_api_id : String) #

The string identifier of the associated RestApi.


[View source]
def stage_name : String #

The name of the stage to flush.


[View source]
def stage_name=(stage_name : String) #

The name of the stage to flush.


[View source]
def validate! : Nil #

[View source]