Class: Aws::Route53::Types::DisassociateVPCFromHostedZoneResponse

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 information for the disassociate request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_infoTypes::ChangeInfo

A complex type that describes the changes made to the specified private hosted zone.

Returns:



2291
2292
2293
2294
2295
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2291

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