Struct rusoto_apigateway::UpdateDomainNameRequest [] [src]

pub struct UpdateDomainNameRequest {
    pub domain_name: String,
    pub patch_operations: Option<Vec<PatchOperation>>,
}

A request to change information about the DomainName resource.

Fields

The name of the DomainName resource to be changed.

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 UpdateDomainNameRequest
[src]

[src]

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

impl Debug for UpdateDomainNameRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateDomainNameRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more