Struct rusoto_route53::GetHostedZoneCountResponse [] [src]

pub struct GetHostedZoneCountResponse {
    pub hosted_zone_count: HostedZoneCount,
}

A complex type that contains the response to a GetHostedZoneCount request.

Fields

The total number of public and private hosted zones that are associated with the current AWS account.

Trait Implementations

impl Default for GetHostedZoneCountResponse
[src]

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

impl Clone for GetHostedZoneCountResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetHostedZoneCountResponse
[src]

Formats the value using the given formatter.