DeleteVpcEndpointsResult
public struct DeleteVpcEndpointsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the VPC endpoints that were not successfully deleted.
Declaration
Swift
public let unsuccessful: [UnsuccessfulItem]? -
Undocumented
Declaration
Swift
public init(unsuccessful: [UnsuccessfulItem]? = nil)
View on GitHub
DeleteVpcEndpointsResult Structure Reference