Struct rusoto_apigateway::FlushStageAuthorizersCacheRequest [] [src]

pub struct FlushStageAuthorizersCacheRequest {
    pub rest_api_id: String,
    pub stage_name: String,
}

Request to flush authorizer cache entries on a specified stage.

Fields

The string identifier of the associated RestApi.

The name of the stage to flush.

Trait Implementations

impl Default for FlushStageAuthorizersCacheRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for FlushStageAuthorizersCacheRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for FlushStageAuthorizersCacheRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more