Struct rusoto_route53::UpdateHostedZoneCommentRequest [] [src]

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

A complex type that contains the hosted zone request information.

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 for which you want to update the comment.

Trait Implementations

impl Default for UpdateHostedZoneCommentRequest
[src]

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

impl Clone for UpdateHostedZoneCommentRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpdateHostedZoneCommentRequest
[src]

Formats the value using the given formatter.