Struct rusoto_route53::GetHostedZoneLimitRequest [] [src]

pub struct GetHostedZoneLimitRequest {
    pub hosted_zone_id: String,
    pub type_: String,
}

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

Fields

The ID of the hosted zone that you want to get a limit for.

The limit that you want to get. Valid values include the following:

  • MAXRRSETSBYZONE: The maximum number of records that you can create in the specified hosted zone.

  • MAXVPCSASSOCIATEDBY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

Trait Implementations

impl Default for GetHostedZoneLimitRequest
[src]

[src]

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

impl Debug for GetHostedZoneLimitRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetHostedZoneLimitRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations