Struct rusoto_route53::GetReusableDelegationSetRequest [] [src]

pub struct GetReusableDelegationSetRequest {
    pub id: ResourceId,
}

A request to get information about a specified reusable delegation set.

Fields

The ID of the reusable delegation set that you want to get a list of name servers for.

Trait Implementations

impl Default for GetReusableDelegationSetRequest
[src]

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

impl Clone for GetReusableDelegationSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetReusableDelegationSetRequest
[src]

Formats the value using the given formatter.