Struct rusoto_apigateway::DeleteDeploymentRequest [] [src]

pub struct DeleteDeploymentRequest {
    pub deployment_id: String,
    pub rest_api_id: String,
}

Requests Amazon API Gateway to delete a Deployment resource.

Fields

The identifier of the Deployment resource to delete.

The string identifier of the associated RestApi.

Trait Implementations

impl Default for DeleteDeploymentRequest
[src]

[src]

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

impl Debug for DeleteDeploymentRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteDeploymentRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more