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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2052

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