Struct rusoto_apigateway::DeleteIntegrationRequest [] [src]

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

Represents a delete integration request.

Fields

Specifies a delete integration request's HTTP method.

Specifies a delete integration request's resource identifier.

The string identifier of the associated RestApi.

Trait Implementations

impl Default for DeleteIntegrationRequest
[src]

[src]

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

impl Debug for DeleteIntegrationRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteIntegrationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more