DeleteDBSubnetGroupMessage

public struct DeleteDBSubnetGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the database subnet group to delete. You can’t delete the default subnet group. Constraints: Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example: mySubnetgroup

    Declaration

    Swift

    public let dBSubnetGroupName: String
  • Undocumented

    Declaration

    Swift

    public init(dBSubnetGroupName: String)