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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

A request to update the comment for a hosted zone.

Constant Summary collapse

SENSITIVE =
[]

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)


7928
7929
7930
7931
7932
7933
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7928

class UpdateHostedZoneCommentRequest < Struct.new(
  :id,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#idString

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

Returns:

  • (String)


7928
7929
7930
7931
7932
7933
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7928

class UpdateHostedZoneCommentRequest < Struct.new(
  :id,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end