Class: Aws::Route53::Types::AssociateVPCWithHostedZoneResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::AssociateVPCWithHostedZoneResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the response information for the
AssociateVPCWithHostedZone
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_info ⇒ Types::ChangeInfo
A complex type that describes the changes made to your hosted zone.
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that describes the changes made to your hosted zone.
568 569 570 571 572 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 568 class AssociateVPCWithHostedZoneResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |