Struct rusoto_route53::UpdateHostedZoneCommentRequest [] [src]

pub struct UpdateHostedZoneCommentRequest {
    pub comment: Option<String>,
    pub id: String,
}

A request to update the comment for a hosted zone.

Fields

The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

The ID for the hosted zone that you want to update the comment for.

Trait Implementations

impl Default for UpdateHostedZoneCommentRequest
[src]

[src]

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

impl Debug for UpdateHostedZoneCommentRequest
[src]

[src]

Formats the value using the given formatter.