Struct rusoto_route53domains::UpdateDomainNameserversResponse [] [src]

pub struct UpdateDomainNameserversResponse {
    pub operation_id: String,
}

The UpdateDomainNameservers response includes the following element.

Fields

Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.

Trait Implementations

impl Default for UpdateDomainNameserversResponse
[src]

[src]

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

impl Debug for UpdateDomainNameserversResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateDomainNameserversResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations