Class: Aws::Route53::Types::CreateVPCAssociationAuthorizationResponse

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 from a CreateVPCAssociationAuthorization request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_idString

The ID of the hosted zone that you authorized associating a VPC with.

Returns:

  • (String)


1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1793

class CreateVPCAssociationAuthorizationResponse < Struct.new(
  :hosted_zone_id,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end

#vpcTypes::VPC

The VPC that you authorized associating with a hosted zone.

Returns:



1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1793

class CreateVPCAssociationAuthorizationResponse < Struct.new(
  :hosted_zone_id,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end