DeleteDBProxyResponse

public struct DeleteDBProxyResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The data structure representing the details of the DB proxy that you delete.

    Declaration

    Swift

    public let dBProxy: DBProxy?
  • Undocumented

    Declaration

    Swift

    public init(dBProxy: DBProxy? = nil)