DeleteVPCAssociationAuthorizationRequest
public struct DeleteVPCAssociationAuthorizationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, the ID of the hosted zone.
Declaration
Swift
public let hostedZoneId: String -
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, a complex type that includes the ID and region of the VPC.
Declaration
Swift
public let vpc: VPC -
Undocumented
Declaration
Swift
public init(hostedZoneId: String, vpc: VPC) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteVPCAssociationAuthorizationRequest Structure Reference