ListVPCAssociationAuthorizationsResponse
public struct ListVPCAssociationAuthorizationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the hosted zone that you can associate the listed VPCs with.
Declaration
Swift
public let hostedZoneId: String
-
When the response includes a NextToken element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations request, and include the value of the NextToken element from the response in the nexttoken request parameter.
Declaration
Swift
public let nextToken: String?
-
The list of VPCs that are authorized to be associated with the specified hosted zone.
Declaration
Swift
public let vPCs: [VPC]
-
Undocumented
Declaration
Swift
public init(hostedZoneId: String, nextToken: String? = nil, vPCs: [VPC])