Struct rusoto_route53::CreateReusableDelegationSetResponse [] [src]

pub struct CreateReusableDelegationSetResponse {
    pub delegation_set: DelegationSet,
    pub location: ResourceURI,
}

Fields

A complex type that contains name server information.

The unique URL representing the new reusable delegation set.

Trait Implementations

impl Default for CreateReusableDelegationSetResponse
[src]

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

impl Clone for CreateReusableDelegationSetResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateReusableDelegationSetResponse
[src]

Formats the value using the given formatter.