Struct rusoto_route53::HostedZoneConfig [] [src]

pub struct HostedZoneConfig {
    pub comment: Option<String>,
    pub private_zone: Option<bool>,
}

A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

Fields

Any comments that you want to include about the hosted zone.

A value that indicates whether this is a private hosted zone.

Trait Implementations

impl Default for HostedZoneConfig
[src]

[src]

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

impl Debug for HostedZoneConfig
[src]

[src]

Formats the value using the given formatter.