Struct rusoto_route53::CreateReusableDelegationSetRequest [] [src]

pub struct CreateReusableDelegationSetRequest {
    pub caller_reference: String,
    pub hosted_zone_id: Option<String>,
}

Fields

A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.

If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.

Trait Implementations

impl Default for CreateReusableDelegationSetRequest
[src]

[src]

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

impl Debug for CreateReusableDelegationSetRequest
[src]

[src]

Formats the value using the given formatter.