Struct rusoto_route53domains::ContactDetail[][src]

pub struct ContactDetail {
Show fields pub address_line_1: Option<String>, pub address_line_2: Option<String>, pub city: Option<String>, pub contact_type: Option<String>, pub country_code: Option<String>, pub email: Option<String>, pub extra_params: Option<Vec<ExtraParam>>, pub fax: Option<String>, pub first_name: Option<String>, pub last_name: Option<String>, pub organization_name: Option<String>, pub phone_number: Option<String>, pub state: Option<String>, pub zip_code: Option<String>,
}
Expand description

ContactDetail includes the following elements.

Fields

address_line_1: Option<String>

First line of the contact's address.

address_line_2: Option<String>

Second line of contact's address, if any.

city: Option<String>

The city of the contact's address.

contact_type: Option<String>

Indicates whether the contact is a person, company, association, or public organization. Note the following:

  • If you specify a value other than PERSON, you must also specify a value for OrganizationName.

  • For some TLDs, the privacy protection available depends on the value that you specify for Contact Type. For the privacy protection settings for your TLD, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide

  • For .es domains, if you specify PERSON, you must specify INDIVIDUAL for the value of ESLEGALFORM.

country_code: Option<String>

Code for the country of the contact's address.

email: Option<String>

Email address of the contact.

extra_params: Option<Vec<ExtraParam>>

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

fax: Option<String>

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: Option<String>

First name of contact.

last_name: Option<String>

Last name of contact.

organization_name: Option<String>

Name of the organization for contact types other than PERSON.

phone_number: Option<String>

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".

state: Option<String>

The state or province of the contact's city.

zip_code: Option<String>

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.