DisassociateVPCFromHostedZoneRequest
public struct DisassociateVPCFromHostedZoneRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Optional: A comment about the disassociation request.
Declaration
Swift
public let comment: String? -
The ID of the private hosted zone that you want to disassociate a VPC from.
Declaration
Swift
public let hostedZoneId: String -
A complex type that contains information about the VPC that you’re disassociating from the specified hosted zone.
Declaration
Swift
public let vpc: VPC -
Undocumented
Declaration
Swift
public init(comment: String? = nil, hostedZoneId: String, vpc: VPC) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DisassociateVPCFromHostedZoneRequest Structure Reference