Struct rusoto_apigateway::UpdateAuthorizerRequest [] [src]

pub struct UpdateAuthorizerRequest {
    pub authorizer_id: String,
    pub patch_operations: Option<Vec<PatchOperation>>,
    pub rest_api_id: String,
}

Request to update an existing Authorizer resource.

Fields

The identifier of the Authorizer resource.

A list of update operations to be applied to the specified resource and in the order specified in this list.

The string identifier of the associated RestApi.

Trait Implementations

impl Default for UpdateAuthorizerRequest
[src]

[src]

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

impl Debug for UpdateAuthorizerRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateAuthorizerRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more