Struct rusoto_route53domains::UpdateDomainContactRequest [] [src]

pub struct UpdateDomainContactRequest {
    pub admin_contact: Option<ContactDetail>,
    pub domain_name: DomainName,
    pub registrant_contact: Option<ContactDetail>,
    pub tech_contact: Option<ContactDetail>,
}

The UpdateDomainContact request includes the following elements.

Fields

Provides detailed contact information.

The name of the domain that you want to update contact information for.

Provides detailed contact information.

Provides detailed contact information.

Trait Implementations

impl Default for UpdateDomainContactRequest
[src]

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

impl Debug for UpdateDomainContactRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdateDomainContactRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more