Struct rusoto_apigateway::DeleteIntegrationResponseRequest [] [src]

pub struct DeleteIntegrationResponseRequest {
    pub http_method: String,
    pub resource_id: String,
    pub rest_api_id: String,
    pub status_code: String,
}

Represents a delete integration response request.

Fields

Specifies a delete integration response request's HTTP method.

Specifies a delete integration response request's resource identifier.

The string identifier of the associated RestApi.

Specifies a delete integration response request's status code.

Trait Implementations

impl Default for DeleteIntegrationResponseRequest
[src]

[src]

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

impl Debug for DeleteIntegrationResponseRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteIntegrationResponseRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more