Class: Aws::Route53::Types::DisassociateVPCFromHostedZoneResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DisassociateVPCFromHostedZoneResponse
- Includes:
- Structure
- Defined in:
- 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
-
#change_info ⇒ Types::ChangeInfo
A complex type that describes the changes made to the specified private hosted zone.
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that describes the changes made to the specified private hosted zone.
2289 2290 2291 2292 2293 |
# File 'lib/aws-sdk-route53/types.rb', line 2289 class DisassociateVPCFromHostedZoneResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |