Struct rusoto_apigateway::UpdateStageRequest [] [src]

pub struct UpdateStageRequest {
    pub patch_operations: Option<Vec<PatchOperation>>,
    pub rest_api_id: String,
    pub stage_name: String,
}

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

Fields

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.

The name of the Stage resource to change information about.

Trait Implementations

impl Default for UpdateStageRequest
[src]

[src]

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

impl Debug for UpdateStageRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateStageRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more