CreateVPCAssociationAuthorizationResponse

public struct CreateVPCAssociationAuthorizationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the hosted zone that you authorized associating a VPC with.

    Declaration

    Swift

    public let hostedZoneId: String
  • vpc

    The VPC that you authorized associating with a hosted zone.

    Declaration

    Swift

    public let vpc: VPC
  • Undocumented

    Declaration

    Swift

    public init(hostedZoneId: String, vpc: VPC)