Class: Aws::Route53::Types::DeleteHostedZoneResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#change_infoTypes::ChangeInfo

A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.

Returns:



2052
2053
2054
2055
2056
# File 'lib/aws-sdk-route53/types.rb', line 2052

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