Struct rusoto_apigateway::DeleteAuthorizerRequest [] [src]

pub struct DeleteAuthorizerRequest {
    pub authorizer_id: String,
    pub rest_api_id: String,
}

Request to delete an existing Authorizer resource.

Fields

The identifier of the Authorizer resource.

The string identifier of the associated RestApi.

Trait Implementations

impl Default for DeleteAuthorizerRequest
[src]

[src]

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

impl Debug for DeleteAuthorizerRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteAuthorizerRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more