Struct rusoto_route53domains::ContactDetail [] [src]

pub struct ContactDetail {
    pub address_line_1: Option<AddressLine>,
    pub address_line_2: Option<AddressLine>,
    pub city: Option<City>,
    pub contact_type: Option<ContactType>,
    pub country_code: Option<CountryCode>,
    pub email: Option<Email>,
    pub extra_params: Option<ExtraParamList>,
    pub fax: Option<ContactNumber>,
    pub first_name: Option<ContactName>,
    pub last_name: Option<ContactName>,
    pub organization_name: Option<ContactName>,
    pub phone_number: Option<ContactNumber>,
    pub state: Option<State>,
    pub zip_code: Option<ZipCode>,
}

ContactDetail includes the following elements.

Fields

First line of the contact's address.

Second line of contact's address, if any.

The city of the contact's address.

Indicates whether the contact is a person, company, association, or public organization. If you choose an option other than PERSON, you must enter an organization name, and you can't enable privacy protection for the contact.

Code for the country of the contact's address.

Email address of the contact.

A list of name-value pairs for parameters required by certain top-level domains.

Fax number of the contact.

Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code]". For example, a US phone number might appear as "+1.1234567890".

First name of contact.

Last name of contact.

Name of the organization for contact types other than PERSON.

The phone number of the contact.

Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code>]". For example, a US phone number might appear as "+1.1234567890".

The state or province of the contact's city.

The zip or postal code of the contact's address.

Trait Implementations

impl Default for ContactDetail
[src]

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

impl Debug for ContactDetail
[src]

Formats the value using the given formatter.

impl Clone for ContactDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more