Class: Aws::Route53::Types::CreateVPCAssociationAuthorizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateVPCAssociationAuthorizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the response information from a ‘CreateVPCAssociationAuthorization` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ String
The ID of the hosted zone that you authorized associating a VPC with.
-
#vpc ⇒ Types::VPC
The VPC that you authorized associating with a hosted zone.
Instance Attribute Details
#hosted_zone_id ⇒ String
The ID of the hosted zone that you authorized associating a VPC with.
1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-route53/types.rb', line 1791 class CreateVPCAssociationAuthorizationResponse < Struct.new( :hosted_zone_id, :vpc) SENSITIVE = [] include Aws::Structure end |
#vpc ⇒ Types::VPC
The VPC that you authorized associating with a hosted zone.
1791 1792 1793 1794 1795 1796 |
# File 'lib/aws-sdk-route53/types.rb', line 1791 class CreateVPCAssociationAuthorizationResponse < Struct.new( :hosted_zone_id, :vpc) SENSITIVE = [] include Aws::Structure end |