DeleteDBParameterGroupMessage

public struct DeleteDBParameterGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the DB parameter group. Constraints: Must be the name of an existing DB parameter group You can’t delete a default DB parameter group Can’t be associated with any DB instances

    Declaration

    Swift

    public let dBParameterGroupName: String
  • Undocumented

    Declaration

    Swift

    public init(dBParameterGroupName: String)