[][src]Struct rusoto_route53domains::AcceptDomainTransferFromAnotherAwsAccountRequest

pub struct AcceptDomainTransferFromAnotherAwsAccountRequest {
    pub domain_name: String,
    pub password: String,
}

The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.

Fields

domain_name: String

The name of the domain that was specified when another AWS account submitted a TransferDomainToAnotherAwsAccount request.

password: String

The password that was returned by the TransferDomainToAnotherAwsAccount request.

Trait Implementations

impl Clone for AcceptDomainTransferFromAnotherAwsAccountRequest[src]

impl Debug for AcceptDomainTransferFromAnotherAwsAccountRequest[src]

impl Default for AcceptDomainTransferFromAnotherAwsAccountRequest[src]

impl PartialEq<AcceptDomainTransferFromAnotherAwsAccountRequest> for AcceptDomainTransferFromAnotherAwsAccountRequest[src]

impl Serialize for AcceptDomainTransferFromAnotherAwsAccountRequest[src]

impl StructuralPartialEq for AcceptDomainTransferFromAnotherAwsAccountRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.