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]

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

impl Debug for UpdateAccountRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateAccountRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UpdateAccountRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations