Class: Aws::Route53::Types::DeleteHostedZoneResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DeleteHostedZoneResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the response to a ‘DeleteHostedZone` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_info ⇒ Types::ChangeInfo
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
2050 2051 2052 2053 2054 |
# File 'lib/aws-sdk-route53/types.rb', line 2050 class DeleteHostedZoneResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |