Struct rusoto_route53domains::RetrieveDomainAuthCodeResponse [] [src]

pub struct RetrieveDomainAuthCodeResponse {
    pub auth_code: String,
}

The RetrieveDomainAuthCode response includes the following element.

Fields

The authorization code for the domain.

Trait Implementations

impl Default for RetrieveDomainAuthCodeResponse
[src]

[src]

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

impl Debug for RetrieveDomainAuthCodeResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RetrieveDomainAuthCodeResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations