Struct rusoto_route53::ReusableDelegationSetLimit[][src]

pub struct ReusableDelegationSetLimit {
    pub type_: String,
    pub value: i64,
}

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

Fields

The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.

The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

Trait Implementations

impl Default for ReusableDelegationSetLimit
[src]

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

impl Debug for ReusableDelegationSetLimit
[src]

Formats the value using the given formatter. Read more

impl Clone for ReusableDelegationSetLimit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReusableDelegationSetLimit
[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