[][src]Struct rusoto_route53::DelegationSet

pub struct DelegationSet {
    pub caller_reference: Option<String>,
    pub id: Option<String>,
    pub name_servers: Vec<String>,
}

A complex type that lists the name servers in a delegation set, as well as the CallerReference and the ID for the delegation set.

Fields

caller_reference: Option<String>

The value that you specified for CallerReference when you created the reusable delegation set.

id: Option<String>

The ID that Amazon Route 53 assigns to a reusable delegation set.

name_servers: Vec<String>

A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.

Trait Implementations

impl Clone for DelegationSet[src]

impl Default for DelegationSet[src]

impl PartialEq<DelegationSet> for DelegationSet[src]

impl Debug for DelegationSet[src]

Auto Trait Implementations

Blanket Implementations

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

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self