Class: Aws::Route53::Types::UpdateHostedZoneCommentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::UpdateHostedZoneCommentResponse
- 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
-
#hosted_zone ⇒ Types::HostedZone
A complex type that contains the response to the ‘UpdateHostedZoneComment` request.
Instance Attribute Details
#hosted_zone ⇒ Types::HostedZone
A complex type that contains the response to the ‘UpdateHostedZoneComment` request.
7976 7977 7978 7979 7980 |
# File 'lib/aws-sdk-route53/types.rb', line 7976 class UpdateHostedZoneCommentResponse < Struct.new( :hosted_zone) SENSITIVE = [] include Aws::Structure end |