Struct rusoto_route53::HostedZone [] [src]

pub struct HostedZone {
    pub caller_reference: String,
    pub config: Option<HostedZoneConfig>,
    pub id: String,
    pub name: String,
    pub resource_record_set_count: Option<i64>,
}

A complex type that contains general information about the hosted zone.

Fields

The value that you specified for CallerReference when you created the hosted zone.

A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

The ID that Amazon Route 53 assigned to the hosted zone when you created it.

The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

The number of resource record sets in the hosted zone.

Trait Implementations

impl Default for HostedZone
[src]

[src]

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

impl Debug for HostedZone
[src]

[src]

Formats the value using the given formatter.