DeleteConnectionInput

public struct DeleteConnectionInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the connection to be deleted. The ARN is never reused if the connection is deleted.

    Declaration

    Swift

    public let connectionArn: String
  • Undocumented

    Declaration

    Swift

    public init(connectionArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws