class Aws::Route53::Types::UpdateHostedZoneCommentRequest

A request to update the comment for a hosted zone.

@note When making an API call, you may pass UpdateHostedZoneCommentRequest

data as a hash:

    {
      id: "ResourceId", # required
      comment: "ResourceDescription",
    }

@!attribute [rw] id

The ID for the hosted zone that you want to update the comment for.
@return [String]

@!attribute [rw] comment

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateHostedZoneCommentRequest AWS API Documentation

Constants

SENSITIVE