Struct rusoto_apigateway::DeleteMethodRequest [] [src]

pub struct DeleteMethodRequest {
    pub http_method: String,
    pub resource_id: String,
    pub rest_api_id: String,
}

Request to delete an existing Method resource.

Fields

The HTTP verb of the Method resource.

The Resource identifier for the Method resource.

The string identifier of the associated RestApi.

Trait Implementations

impl Default for DeleteMethodRequest
[src]

[src]

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

impl Debug for DeleteMethodRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteMethodRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more