Struct rusoto_apigateway::UpdateAccountRequest [] [src]

pub struct UpdateAccountRequest {
    pub patch_operations: Option<Vec<PatchOperation>>,
}

Requests API Gateway to change information about the current Account resource.

Fields

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

Trait Implementations

impl Default for UpdateAccountRequest
[src]

[src]

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

impl Debug for UpdateAccountRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateAccountRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations