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.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Required: Yes

The name of a domain.

Type: String

Default: None

Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.

Required: Yes

Provides detailed contact information.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Required: Yes

Provides detailed contact information.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Required: Yes

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