Struct rusoto_apigateway::UpdateDeploymentRequest [] [src]

pub struct UpdateDeploymentRequest {
    pub deployment_id: String,
    pub patch_operations: Option<Vec<PatchOperation>>,
    pub rest_api_id: String,
}

Requests Amazon API Gateway to change information about a Deployment resource.

Fields

The replacement identifier for the Deployment resource to change information about.

A list of update operations to be applied to the specified resource and in the order specified in this list.

The string identifier of the associated RestApi.

Trait Implementations

impl Default for UpdateDeploymentRequest
[src]

[src]

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

impl Debug for UpdateDeploymentRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateDeploymentRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more