BatchDeleteConnectionResponse
public struct BatchDeleteConnectionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A map of the names of connections that were not successfully deleted to error details.
Declaration
Swift
public let errors: [String : ErrorDetail]? -
A list of names of the connection definitions that were successfully deleted.
Declaration
Swift
public let succeeded: [String]? -
Undocumented
Declaration
Swift
public init(errors: [String : ErrorDetail]? = nil, succeeded: [String]? = nil)
View on GitHub
BatchDeleteConnectionResponse Structure Reference