Struct rusoto_route53::GetReusableDelegationSetLimitRequest[][src]

pub struct GetReusableDelegationSetLimitRequest {
    pub delegation_set_id: String,
    pub type_: String,
}

A complex type that contains information about the request to create a hosted zone.

Fields

The ID of the delegation set that you want to get the limit for.

Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can associate with the specified reusable delegation set.

Trait Implementations

impl Default for GetReusableDelegationSetLimitRequest
[src]

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

impl Debug for GetReusableDelegationSetLimitRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetReusableDelegationSetLimitRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetReusableDelegationSetLimitRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations