Class: Aws::Route53::Types::UpdateHostedZoneCommentResponse

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

Overview

A complex type that contains the response to the UpdateHostedZoneComment request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zoneTypes::HostedZone

A complex type that contains the response to the UpdateHostedZoneComment request.

Returns:



8028
8029
8030
8031
8032
# File 'lib/aws-sdk-route53/types.rb', line 8028

class UpdateHostedZoneCommentResponse < Struct.new(
  :hosted_zone)
  SENSITIVE = []
  include Aws::Structure
end