You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::UpdateHostedZoneCommentRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateHostedZoneCommentRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

A request to update the comment for a hosted zone.

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

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.

Returns:

  • (String)

    The new comment for the hosted zone.

#idString

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

Returns:

  • (String)

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